From 2fc2282c3b845d43f479d29c19c39b69a4a7874e Mon Sep 17 00:00:00 2001 From: Patrick East Date: Wed, 15 May 2019 22:46:20 -0700 Subject: [PATCH] Update hugo version to 0.55 in netlify config Signed-off-by: Patrick East --- docs/Makefile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 4262eaa6e6..948b3db4ce 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -32,7 +32,7 @@ docker-serve: docker run --rm -it \ -v $(CURDIR)/:/src \ -p 1313:1313 \ - klakegg/hugo:0.53-ext server \ + klakegg/hugo:0.55.5-ext server \ --source /src/website \ --contentDir generated diff --git a/netlify.toml b/netlify.toml index 17bbb14e61..8e4540844b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "docs/website/public" command = "make docs-production-build" [build.environment] -HUGO_VERSION = "0.53" +HUGO_VERSION = "0.55.5" [context.deploy-preview] command = "make docs-preview-build"