2023-06-13 02:45:58 +00:00
|
|
|
# netlify configuration
|
|
|
|
[build]
|
|
|
|
publish = "site"
|
|
|
|
command = "make build-docs"
|
2023-06-27 18:50:32 +00:00
|
|
|
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ./docs"
|
2023-06-13 02:45:58 +00:00
|
|
|
# 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"
|