From 3f672c2273d750202d29bde9e680b4cb44706f25 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 18 Aug 2018 11:49:15 +0100 Subject: [PATCH] Upgrade hugo so it can actually minify --- .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 bd8300b..7b444f5 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.46/hugo_extended_0.46_Linux_64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + command: wget https://github.com/gohugoio/hugo/releases/download/v0.47/hugo_extended_0.47_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 58d8991..fba8580 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "./scripts/release.sh" [build.environment] - HUGO_VERSION = "0.46" + HUGO_VERSION = "0.47" NODE_ENV = "production" NPM_CONFIG_PRODUCTION = "false"