1
Fork 0

Update hugo to 0.41.2

This commit is contained in:
Jake Howard 2018-06-19 20:11:59 +01:00
parent 7db8cdd1bc
commit d309391ce7
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
- checkout
- run:
name: Install Hugo
command: wget https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
command: wget https://github.com/gohugoio/hugo/releases/download/v0.41.2/hugo_0.42.1_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
- restore_cache:
key: npm-{{ checksum "package-lock.json" }}
- run:

View file

@ -3,7 +3,7 @@
command = "./scripts/release.sh"
[build.environment]
HUGO_VERSION = "0.40.3"
HUGO_VERSION = "0.42.1"
HUGO_ENV = "production"
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"