forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
16 lines (15 loc) · 703 Bytes
/
Copy pathnetlify.toml
File metadata and controls
16 lines (15 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Hugo build configuration for Netlify
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
[build.environment]
DART_SASS_VERSION = "1.97.1"
GO_VERSION = "1.25.5"
HUGO_VERSION = "0.151.2"
NODE_VERSION = "24.12.0"
# For case like https://github.com/envoyproxy/gateway/pull/8325,
# we want to skip secret scan for testdata files which may contain fake secrets.
SECRETS_SCAN_OMIT_PATHS = "internal/xds/translator/testdata"
[build]
command = "make docs"
publish = "site/public"
# https://docs.netlify.com/build/configure-builds/ignore-builds/
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF site/ tools/make/docs.mk netlify.toml package.json go.mod"