We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fe3163 + 68a4556 commit 0d22a1cCopy full SHA for 0d22a1c
Makefile
@@ -40,7 +40,7 @@ build-preview: module-check ## Build site with drafts and future posts enabled
40
hugo --cleanDestinationDir --buildDrafts --buildFuture --environment preview
41
42
deploy-preview: ## Deploy preview site via netlify
43
- hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
+ GOMAXPROCS=1 hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
44
45
functions-build:
46
$(NETLIFY_FUNC) build functions-src
0 commit comments