We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24060c3 commit abbc30dCopy full SHA for abbc30d
netlify.toml
@@ -4,7 +4,7 @@
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"
+ ignore = "git diff --name-only | grep -q '^Doc/' && exit 1 || exit 0"
8
9
[build.environment]
10
PYTHON_VERSION = "3.8"
0 commit comments