Update Hugo version in netlify.toml to 0.59.1 (#17976)

This commit is contained in:
Zach Corleissen 2019-12-06 11:56:52 -08:00 committed by Kubernetes Prow Robot
parent 767f9fb0c0
commit 7a0ef2e4fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ functions = "functions"
command = "make non-production-build"
[build.environment]
HUGO_VERSION = "0.57.2"
HUGO_VERSION = "0.59.1"
[context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/"