art/.gitlab-ci.yml

12 lines
161 B
YAML
Raw Normal View History

2017-02-11 03:31:58 +00:00
image: ruby
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
2017-02-11 03:38:31 +00:00
artifacts:
paths:
- public
2017-02-11 03:31:58 +00:00
only:
2016-12-10 04:28:08 +00:00
- master