From d6e9dbf8ac5abfcf45c54662f4ddd79cd380754e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 1 Jun 2019 19:00:38 +0100 Subject: [PATCH] Upgrade Hugo to 0.55.6 --- .circleci/config.yml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 538ae23..c0452d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/netlify.toml b/netlify.toml index cb7b997..ad7d4a3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"