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
parent
20f7e13756
commit
6af77ec391
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue