Update to Hugo 0.40.3 (#8436)
Note that this site produces the same output running with both 0.40.2 and 0.40.3, but you might as well run with the latest patch release.
This commit is contained in:
committed by
k8s-ci-robot
parent
20f7e13756
commit
6af77ec391
+3
-3
@@ -4,7 +4,7 @@ command = "hugo"
|
|||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_BASEURL = "https://kubernetes.io/"
|
HUGO_BASEURL = "https://kubernetes.io/"
|
||||||
HUGO_VERSION = "0.40.2"
|
HUGO_VERSION = "0.40.3"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
@@ -12,11 +12,11 @@ HUGO_ENABLEGITINFO = "true"
|
|||||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.40.2"
|
HUGO_VERSION = "0.40.3"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.40.2"
|
HUGO_VERSION = "0.40.3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user