art/.gitlab-ci.yml

12 lines
157 B
YAML
Raw Normal View History

2017-03-01 00:14:47 +00:00
image: ruby
pages:
stage: build
script:
- gem install jekyll -v 3.3
- jekyll build -d public
artifacts:
paths:
- public
only:
2016-12-10 04:28:08 +00:00
- master