Skip to content

Commit 35c4b75

Browse files
sobolevnhugovk
andauthored
Update netlify.toml
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 03c1dd1 commit 35c4b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
publish = "build/html"
55
# Do not trigger netlify builds if docs were not changed.
66
# 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"
7+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../netlify.toml"
88

99
[build.environment]
1010
PYTHON_VERSION = "3.8"

0 commit comments

Comments
 (0)