From fd53a95b5110d3cdda0e8d388c4583bdf84a7ba1 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Wed, 26 Jun 2019 17:21:20 -0500 Subject: [PATCH] Syncing release-branch 'test-example' change to master (#15137) This is a preventative change that will allow release-1.15 to merge successfully. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6543bdc417..8e27d08956 100644 --- a/Makefile +++ b/Makefile @@ -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 -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 serve: ## Boot the development server.