We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfafa8e commit 1810da0Copy full SHA for 1810da0
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 --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../netlify.toml"
8
9
[build.environment]
10
PYTHON_VERSION = "3.8"
0 commit comments