Skip to content

Commit f06887f

Browse files
author
markzegarelli
committed
add develop branch context to subvert ignore
1 parent 8298e96 commit f06887f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

netlify.toml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
# command = "jekyll algolia && yarn build"
2+
command = "jekyll algolia && yarn build"
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
@@ -12,15 +12,11 @@
1212
ignore = "./scripts/ignore.sh"
1313

1414
[context.branch-deploy]
15-
command = "yarn develop-inc"
15+
command = "yarn develop"
1616
ignore = "./scripts/ignore.sh"
1717

18-
[[context.branch-deploy.plugins]]
19-
package = "netlify-plugin-jekyll-cache"
20-
21-
[context.branch-deploy.plugins.inputs]
22-
jekyllSource = "/src"
23-
18+
[context.develop]
19+
command = "yarn develop"
2420

2521

2622
[[redirects]]

0 commit comments

Comments
 (0)