Update Makefile (#14252)
parent
a75d26eb0d
commit
4c172e0c85
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue