webbed-site/.gitlab-ci.yml
2024-12-15 21:53:52 -06:00

12 lines
No EOL
230 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