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 6a63e7a commit 42cd52eCopy full SHA for 42cd52e
netlify.toml
@@ -3,10 +3,10 @@
3
# Ignore builds unless [netlify-build] is present in commit message
4
# ignore = "git log -1 --pretty=%B | ( ! grep -q '\[netlify\-build\]' )"
5
# Ignore if [netlify-ignore] is present
6
- ignore = "git log -1 --pretty=%B | ( grep -q '\\[netlify\\-ignore\\]' )"
7
8
[context.deploy-preview]
9
command = "yarn develop"
+ ignore = "git log -1 --pretty=%B | ( grep -q '\\[netlify\\-ignore\\]' )"
10
11
[[redirects]]
12
from = "/docs/*"
0 commit comments