(temp) fix broken site generation (#15133)
In prod we fixed this with: https://github.com/kubernetes/website/pull/14252, release branch has a different build command 'make non-prod-build` vs `make prod-build` and we need to address that with this PR.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3b21a7826b
commit
ae0b15615f
@@ -26,7 +26,7 @@ check-headers-file:
|
|||||||
|
|
||||||
production-build: check-hugo-versions build check-headers-file ## Build the production site and ensure that noindex headers aren't added
|
production-build: check-hugo-versions build check-headers-file ## Build the production site and ensure that noindex headers aren't added
|
||||||
|
|
||||||
non-production-build: test-examples check-hugo-versions ## Build the non-production site, which adds noindex headers to prevent indexing
|
non-production-build: check-hugo-versions ## Build the non-production site, which adds noindex headers to prevent indexing
|
||||||
hugo --enableGitInfo
|
hugo --enableGitInfo
|
||||||
|
|
||||||
serve: ## Boot the development server.
|
serve: ## Boot the development server.
|
||||||
|
|||||||
Reference in New Issue
Block a user