preserves/.gitlab-ci.yml

15 lines
164 B
YAML
Raw Permalink Normal View History

2019-08-11 15:07:15 +00:00
image: jekyll/jekyll:3.8
2019-08-11 15:05:03 +00:00
variables:
JEKYLL_ENV: production
pages:
script:
2019-08-11 15:07:15 +00:00
- jekyll build -d public
2019-08-11 15:05:03 +00:00
artifacts:
paths:
- public
only:
- master