art/.gitlab-ci.yml
2017-02-11 03:38:31 +00:00

12 lines
No EOL
161 B
YAML

image: ruby
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:
- public
only:
- master