Skip to content

Commit 2000786

Browse files
Merge pull request #50517 from Urvashi0109/merged-main-dev-1.33
Merged main dev 1.33
2 parents 9cfdce5 + 81d6890 commit 2000786

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)