8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent f3e97c9 commit d92407eCopy full SHA for d92407e
netlify.toml
@@ -2,7 +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
+ 4F54 ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../netlify.toml"
8
9
[build.environment]
10
PYTHON_VERSION = "3.8"
- IS_DEPLOYMENT_PREVIEW = "true"
11
+ IS_DEPLOYMENT_PREVIEW = "true"
0 commit comments