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

9 lines
No EOL
121 B
YAML

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