Try the jekyll image

This commit is contained in:
Tony Garnock-Jones 2019-08-11 16:07:15 +01:00
parent 78681265ee
commit 7520067318
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
image: ruby:2.3
image: jekyll/jekyll:3.8
variables:
JEKYLL_ENV: production
pages:
script:
- bundle install
- bundle exec jekyll build -d public
- jekyll build -d public
artifacts:
paths:
- public