website/.gitlab-ci.yml

10 lines
171 B
YAML

image: ruby:2.7
pages:
script:
- gem install bundler -v 2.4.22
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public