Fixes Hugo error (#18045)

6:16:23 PM:     [FAILURE] The Hugo version set in the Makefile is 0.53 while the version in netlify.toml is 0.57.2
6:16:23 PM:     [FAILURE] Please update these versions so that they are same (consider the higher of the two versions as
This commit is contained in:
Jim Angel
2019-12-09 20:47:28 -06:00
committed by Kubernetes Prow Robot
parent 28252e8041
commit 8a05ea23cb
+1 -1
View File
@@ -1,5 +1,5 @@
DOCKER = docker
HUGO_VERSION = 0.53
HUGO_VERSION = 0.57.2
DOCKER_IMAGE = kubernetes-hugo
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
NODE_BIN = node_modules/.bin