Update Makefile (#14252)

This commit is contained in:
Jim Angel
2019-05-09 12:08:51 -05:00
committed by Kubernetes Prow Robot
parent a75d26eb0d
commit 4c172e0c85
+1 -1
View File
@@ -24,7 +24,7 @@ functions-build:
check-headers-file:
scripts/check-headers-file.sh
production-build: test-examples 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
hugo --enableGitInfo