We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c1dd1 commit 35c4b75Copy full SHA for 35c4b75
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 --name-only $CACHED_COMMIT_REF $COMMIT_REF | grep -q '^(Doc\/|netlify\.toml)' && exit 1 || exit 0"
+ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../netlify.toml"
8
9
[build.environment]
10
PYTHON_VERSION = "3.8"
0 commit comments