.gitlab-ci.yml

This commit is contained in:
Tony Garnock-Jones 2019-08-11 16:05:03 +01:00
parent 423a3531f6
commit 78681265ee
1 changed files with 15 additions and 0 deletions

15
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,15 @@
image: ruby:2.3
variables:
JEKYLL_ENV: production
pages:
script:
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- master