duckquill/.gitlab-ci.yml
2023-08-31 07:24:39 +03:00

10 lines
140 B
YAML

image: jekyll/jekyll
pages:
script:
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public