Fixed hot reload panic of local hugo issue. (#17894)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
68194ab374
commit
9a08775daf
@@ -1,5 +1,5 @@
|
|||||||
DOCKER = docker
|
DOCKER = docker
|
||||||
HUGO_VERSION = 0.57.2
|
HUGO_VERSION = 0.59.1
|
||||||
DOCKER_IMAGE = kubernetes-hugo
|
DOCKER_IMAGE = kubernetes-hugo
|
||||||
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
|
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
|
||||||
NODE_BIN = node_modules/.bin
|
NODE_BIN = node_modules/.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user