art/.gitlab-ci.yml
2017-03-02 18:58:37 +00:00

12 lines
No EOL
150 B
YAML

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