Upgrade Hugo to 0.52 (#11552)
* Update Hugo version and apply HTML minification to production builds * Use full flag names for clarity * Remove Hugo installation logic out of Travis config and into Makefile * Add Hugo version checking script * Fix Netlify config version
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9c1248e467
commit
aac7862a06
+1
-1
@@ -7,7 +7,7 @@ functions = "functions"
|
||||
command = "make non-production-build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.49"
|
||||
HUGO_VERSION = "0.52"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_BASEURL = "https://kubernetes.io/"
|
||||
|
||||
Reference in New Issue
Block a user