preserves/.gitlab-ci.yml

16 lines
186 B
YAML
Raw Normal View History

2019-08-11 15:05:03 +00:00
image: ruby:2.3
variables:
JEKYLL_ENV: production
pages:
script:
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- master