1
Fork 0

Upgrade Hugo

This commit is contained in:
Jake Howard 2020-04-05 19:38:05 +01:00
parent 20a9f31882
commit 97587a6a35
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 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.65.2/hugo_extended_0.65.2_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb command: wget https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_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:

View file

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