Fixed hot reload panic of local hugo issue. (#17894)

This commit is contained in:
Jacky Wu
2019-12-04 15:06:57 +08:00
committed by Kubernetes Prow Robot
parent 68194ab374
commit 9a08775daf
+1 -1
View File
@@ -1,5 +1,5 @@
DOCKER = docker
HUGO_VERSION = 0.57.2
HUGO_VERSION = 0.59.1
DOCKER_IMAGE = kubernetes-hugo
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
NODE_BIN = node_modules/.bin