From e704528683050d17b67c4dddd2d9314e1720ffe1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 29 Sep 2019 13:00:03 +0100 Subject: [PATCH] Bump HUgo to 0.58.3 --- .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 c0452d5..52f151e 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.6/hugo_extended_0.55.6_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + command: wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_extended_0.58.3_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 ad7d4a3..8155664 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "./scripts/release.sh" [build.environment] - HUGO_VERSION = "0.55.6" + HUGO_VERSION = "0.58.3" NODE_ENV = "production" NPM_CONFIG_PRODUCTION = "false"