We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8298e96 commit f06887fCopy full SHA for f06887f
netlify.toml
@@ -1,5 +1,5 @@
1
[build]
2
- # command = "jekyll algolia && yarn build"
+ command = "jekyll algolia && yarn build"
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
@@ -12,15 +12,11 @@
12
ignore = "./scripts/ignore.sh"
13
14
[context.branch-deploy]
15
- command = "yarn develop-inc"
+ command = "yarn develop"
16
17
18
-[[context.branch-deploy.plugins]]
19
- package = "netlify-plugin-jekyll-cache"
20
-
21
-[context.branch-deploy.plugins.inputs]
22
- jekyllSource = "/src"
23
+[context.develop]
24
25
26
[[redirects]]
0 commit comments