Update Makefile (#14252)

pull/14254/head
Jim Angel 2019-05-09 12:08:51 -05:00 committed by Kubernetes Prow Robot
parent a75d26eb0d
commit 4c172e0c85
1 changed files with 1 additions and 1 deletions

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