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 7d8cba0 + 0c7b0c8 commit 9881eb3Copy full SHA for 9881eb3
Makefile
@@ -53,7 +53,7 @@ build-preview: module-check ## Build site with drafts and future posts enabled
53
hugo --cleanDestinationDir --buildDrafts --buildFuture --environment preview
54
55
deploy-preview: ## Deploy preview site via netlify
56
- GOMAXPROCS=1 hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
+ GOMAXPROCS=1 hugo --cleanDestinationDir --enableGitInfo --buildDrafts --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
57
58
functions-build:
59
$(NETLIFY_FUNC) build functions-src
0 commit comments