We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71faec4 commit 24060c3Copy full SHA for 24060c3
netlify.toml
@@ -2,11 +2,10 @@
2
base = "Doc/"
3
command = "make html"
4
publish = "build/html"
5
+ # Do not trigger netlify builds if docs were not changed.
6
+ # Changed files should be in sync with `.github/workflows/doc.yml`
7
+ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF Doc/ netlify.toml"
8
9
[build.environment]
10
PYTHON_VERSION = "3.8"
11
IS_DEPLOYMENT_PREVIEW = "true"
-
-# Do not trigger netlify builds if docs were not changed.
-# 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