File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ command = "git submodule update --init --recursive --depth 1 && make deploy-prev
21
21
[context .branch-deploy ]
22
22
command = " git submodule update --init --recursive --depth 1 && make non-production-build && npx -y pagefind --site public"
23
23
24
- [context .main ]
25
- # This context is triggered by the `main` branch and allows search indexing
26
- # DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
24
+ [context .production ]
25
+ # Rather than specifying context.main, which will supersede any of the above
26
+ # context, make a production specific build separately based on the context
27
+ # with the same priority.
28
+ # Ref: https://docs.netlify.com/configure-builds/file-based-configuration/#deploy-contexts
27
29
publish = " public"
28
30
command = " git submodule update --init --recursive --depth 1 && make production-build && npx -y pagefind --site public"
You can’t perform that action at this time.
0 commit comments