diff --git a/Makefile b/Makefile index 3a66e51b21bda..8b4daf25af7d8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ build-preview: module-check ## Build site with drafts and future posts enabled hugo --cleanDestinationDir --buildDrafts --buildFuture --environment preview deploy-preview: ## Deploy preview site via netlify - hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL) + GOMAXPROCS=1 hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL) functions-build: $(NETLIFY_FUNC) build functions-src