art/.gitlab-ci.yml

12 lines
150 B
YAML
Raw Normal View History

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