Update hugo version to 0.55 in netlify config

Signed-off-by: Patrick East <east.patrick@gmail.com>
This commit is contained in:
Patrick East
2019-05-15 22:46:20 -07:00
parent 61f6f4a2b3
commit 2fc2282c3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"