devol.it/.gitlab-ci.yml

12 lines
150 B
YAML
Raw Normal View History

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