Skip to content

Commit 81d6890

Browse files
committed
Merge main into dev-1.33 to keep in sync
2 parents 9664e0d + 025268b commit 81d6890

File tree

185 files changed

+9335
-2441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+9335
-2441
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build-preview: module-check ## Build site with drafts and future posts enabled
5353
hugo --cleanDestinationDir --buildDrafts --buildFuture --environment preview
5454

5555
deploy-preview: ## Deploy preview site via netlify
56-
GOMAXPROCS=1 hugo --cleanDestinationDir --enableGitInfo --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
56+
GOMAXPROCS=1 hugo --cleanDestinationDir --enableGitInfo --buildDrafts --buildFuture --environment preview -b $(DEPLOY_PRIME_URL)
5757

5858
functions-build:
5959
$(NETLIFY_FUNC) build functions-src

assets/icons/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)