1
Fork 0

Upgrade to hugo 0.49

This commit is contained in:
Jake Howard 2018-10-05 13:58:53 +01:00
parent 0e16ed30a8
commit f8ae43f1d7
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
command: git submodule sync && git submodule update --init
- run:
name: Install Hugo
command: wget https://github.com/gohugoio/hugo/releases/download/v0.47.1/hugo_extended_0.47.1_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
command: wget https://github.com/gohugoio/hugo/releases/download/v0.49/hugo_extended_0.49_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/netlify.sh"
[build.environment]
HUGO_VERSION = "0.47.1"
HUGO_VERSION = "0.49"
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"