Update version of hugo
This commit is contained in:
parent
cb2a7ed9aa
commit
c98f5a3a46
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
command: git submodule sync && git submodule update --init
|
command: git submodule sync && git submodule update --init
|
||||||
- run:
|
- run:
|
||||||
name: Install Hugo
|
name: Install Hugo
|
||||||
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
|
command: wget https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_extended_0.51_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: npm-{{ checksum "package-lock.json" }}
|
key: npm-{{ checksum "package-lock.json" }}
|
||||||
- run:
|
- run:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
command = "./scripts/netlify.sh"
|
command = "./scripts/netlify.sh"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.49"
|
HUGO_VERSION = "0.51"
|
||||||
NODE_ENV = "production"
|
NODE_ENV = "production"
|
||||||
NPM_CONFIG_PRODUCTION = "false"
|
NPM_CONFIG_PRODUCTION = "false"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue