Skip to content

Commit 0c151dc

Browse files
fix: netlify builds (#22757)
## Description - Fixes broken Netlify builds ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 2eb9629 commit 0c151dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ NODE_ENV = "production"
77
HUGO_VERSION = "0.141.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
10+
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"
1011

1112
[context.deploy-preview]
1213
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx [email protected]"

0 commit comments

Comments
 (0)