Update Hugo version for 1.15 to 0.57.2 (#16813)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3258742eda
commit
278548294a
@@ -1,5 +1,5 @@
|
|||||||
DOCKER = docker
|
DOCKER = docker
|
||||||
HUGO_VERSION = 0.53
|
HUGO_VERSION = 0.57.2
|
||||||
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
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ functions = "functions"
|
|||||||
command = "make non-production-build"
|
command = "make non-production-build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.53"
|
HUGO_VERSION = "0.57.2"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_BASEURL = "https://kubernetes.io/"
|
HUGO_BASEURL = "https://kubernetes.io/"
|
||||||
|
|||||||
Reference in New Issue
Block a user