Update Makefile (#14252)
This commit is contained in:
parent
a75d26eb0d
commit
4c172e0c85
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ functions-build:
|
||||||
check-headers-file:
|
check-headers-file:
|
||||||
scripts/check-headers-file.sh
|
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
|
non-production-build: test-examples check-hugo-versions ## Build the non-production site, which adds noindex headers to prevent indexing
|
||||||
hugo --enableGitInfo
|
hugo --enableGitInfo
|
||||||
|
|
Loading…
Reference in New Issue