webbed-site/.gitlab-ci.yml
2024-12-15 22:19:26 -06:00

12 lines
231 B
YAML

default:
image: ruby:3.2
deploy-pages:
script:
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
pages: true # specifies that this is a Pages job
artifacts:
paths:
- public