Skip to content

Commit

Permalink
Update to Hugo 0.40.3 (kubernetes#8436)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bep authored and k8s-ci-robot committed May 10, 2018
1 parent 20f7e13 commit 6af77ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ 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"

[context.deploy-preview]
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"

0 comments on commit 6af77ec

Please sign in to comment.