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: variables:
JEKYLL_ENV: production JEKYLL_ENV: production
pages: pages:
script: script:
- bundle install - jekyll build -d public
- bundle exec jekyll build -d public
artifacts: artifacts:
paths: paths:
- public - public