Upgrade Hugo to 0.55.6
This commit is contained in:
parent
f59c66c9f3
commit
d6e9dbf8ac
2 changed files with 2 additions and 2 deletions
|
@ -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.55.4/hugo_extended_0.55.4_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
||||
command: wget https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_extended_0.55.6_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
||||
- restore_cache:
|
||||
key: npm-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
command = "./scripts/release.sh"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.55.4"
|
||||
HUGO_VERSION = "0.55.6"
|
||||
NODE_ENV = "production"
|
||||
NPM_CONFIG_PRODUCTION = "false"
|
||||
|
||||
|
|
Loading…
Reference in a new issue