mirror of
https://github.com/kubernetes/ingress-nginx.git
synced 2025-02-06 09:44:13 +00:00
a2f3036e20
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
12 lines
358 B
TOML
12 lines
358 B
TOML
# netlify configuration
|
|
[build]
|
|
publish = "site"
|
|
command = "make build-docs"
|
|
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ./docs"
|
|
# available here https://github.com/netlify/build-image/blob/focal/included_software.md#languages
|
|
environment = { PYTHON_VERSION = "3.8" }
|
|
|
|
[context.deploy-preview]
|
|
publish = "site/"
|
|
command = "make build-docs"
|