We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9753a1d commit 71faec4Copy full SHA for 71faec4
netlify.toml
@@ -5,4 +5,8 @@
5
6
[build.environment]
7
PYTHON_VERSION = "3.8"
8
- IS_DEPLOYMENT_PREVIEW = "true"
+ IS_DEPLOYMENT_PREVIEW = "true"
9
+
10
+# Do not trigger netlify builds if docs were not changed.
11
+# Changed files should be in sync with `.github/workflows/doc.yml`
12
+ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ./Doc ./Misc ./netlify.toml"
0 commit comments