art/.gitlab-ci.yml
2017-03-01 00:50:04 +00:00

12 lines
No EOL
159 B
YAML

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