ingress-nginx-helm/netlify.toml
Jintao Zhang f1e3f2fa3c
docs: add netlify configuration (#10073)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2023-06-12 19:45:58 -07:00

10 lines
292 B
TOML

# netlify configuration
[build]
publish = "site"
command = "make build-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"