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.
pull/8430/head^2
Bjørn Erik Pedersen 2018-05-10 20:01:53 +02:00 committed by k8s-ci-robot
parent 20f7e13756
commit 6af77ec391
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ command = "hugo"
[context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/"
HUGO_VERSION = "0.40.2"
HUGO_VERSION = "0.40.3"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@ -12,11 +12,11 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.40.2"
HUGO_VERSION = "0.40.3"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.40.2"
HUGO_VERSION = "0.40.3"