Update CI for previous change

This commit is contained in:
Anna Sidwell 2019-11-14 14:07:41 +00:00
parent b29e79f493
commit cdea7563f4
1 changed files with 1 additions and 10 deletions

View File

@ -6,10 +6,9 @@ variables:
pages: pages:
image: jekyll/jekyll:3.6 image: jekyll/jekyll:4
stage: deploy stage: deploy
script: script:
- rm Gemfile
- jekyll build -d public - jekyll build -d public
- apk add gzip --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted - apk add gzip --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
- gzip -v -k -6 $(find public -name '*.js' -o -name '*.html' -o -name '*.css') - gzip -v -k -6 $(find public -name '*.js' -o -name '*.html' -o -name '*.css')
@ -18,11 +17,3 @@ pages:
- public - public
only: only:
- master - master
test with latest jekyll:
image: jekyll/jekyll:latest
stage: deploy
script:
- rm Gemfile
- jekyll build -d public