1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-14 17:04:27 -04:00

bump hugo version

This commit is contained in:
2018-05-01 22:42:01 +00:00
parent b9e0631790
commit 13859007be

View File

@@ -2,8 +2,8 @@ image: node:alpine
before_script: before_script:
- apk update && apk add openssl - apk update && apk add openssl
- wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-64bit.tar.gz - wget https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz
- tar xf hugo_0.40.1_Linux-64bit.tar.gz && cp ./hugo /usr/bin - tar xf hugo_0.40.2_Linux-64bit.tar.gz && cp ./hugo /usr/bin
- npm install --quiet firebase-tools -g - npm install --quiet firebase-tools -g
deploy: deploy: