Skip to content

Commit 42cd52e

Browse files
committed
update netlify.toml [netlify-ignore]
1 parent 6a63e7a commit 42cd52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Ignore builds unless [netlify-build] is present in commit message
44
# ignore = "git log -1 --pretty=%B | ( ! grep -q '\[netlify\-build\]' )"
55
# Ignore if [netlify-ignore] is present
6-
ignore = "git log -1 --pretty=%B | ( grep -q '\\[netlify\\-ignore\\]' )"
76

87
[context.deploy-preview]
98
command = "yarn develop"
9+
ignore = "git log -1 --pretty=%B | ( grep -q '\\[netlify\\-ignore\\]' )"
1010

1111
[[redirects]]
1212
from = "/docs/*"

0 commit comments

Comments
 (0)