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

pull/17939/head
Jacky Wu 2019-12-04 15:06:57 +08:00 committed by Kubernetes Prow Robot
parent 68194ab374
commit 9a08775daf
1 changed files with 1 additions and 1 deletions

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