From 0c151dcfdf82f7ab76d0140301c7a6751b73fa2d Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Tue, 3 Jun 2025 16:26:55 -0400 Subject: [PATCH] fix: netlify builds (#22757) ## Description - Fixes broken Netlify builds ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 5fa86c689e..04ca26b6e0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,6 +7,7 @@ NODE_ENV = "production" HUGO_VERSION = "0.141.0" HUGO_ENABLEGITINFO = "true" HUGO_ENVIRONMENT = "preview" +SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html" [context.deploy-preview] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.3.0"