Files
excavations-website/.gitlab-ci.yml

11 lines
156 B
YAML
Raw Normal View History

2015-12-17 12:49:09 +01:00
pages:
stage: deploy
2015-12-17 12:58:51 +01:00
image: ruby:2.1
2015-12-17 12:49:09 +01:00
script:
2015-12-17 12:58:51 +01:00
- gem install jekyll
2015-12-17 12:49:09 +01:00
- jekyll build -d public
artifacts:
paths:
- public
only:
- master