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 830f953 commit a26182bCopy full SHA for a26182b
netlify.toml
@@ -13,7 +13,7 @@
13
14
[context.production]
15
# Do not build the site if there's no site-related changes
16
- ignore = "git diff --quiet HEAD^ HEAD -- website/ docs/ netlify.toml"
+ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- website/ docs/ netlify.toml"
17
18
# deploy preview build (faster config)
19
[context.deploy-preview]
0 commit comments