We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddecfc commit a2f3036Copy full SHA for a2f3036
netlify.toml
@@ -2,6 +2,7 @@
2
[build]
3
publish = "site"
4
command = "make build-docs"
5
+ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ./docs"
6
# available here https://github.com/netlify/build-image/blob/focal/included_software.md#languages
7
environment = { PYTHON_VERSION = "3.8" }
8
0 commit comments