File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
# DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
5
5
publish = " public"
6
6
functions = " functions"
7
- command = " git submodule update --init --recursive && make non-production-build"
7
+ command = " git submodule update --init --recursive --depth 1 && make non-production-build"
8
8
9
9
[build .environment ]
10
10
HUGO_VERSION = " 0.70.0"
@@ -16,13 +16,13 @@ HUGO_ENV = "production"
16
16
HUGO_ENABLEGITINFO = " true"
17
17
18
18
[context .deploy-preview ]
19
- command = " git submodule update --init --recursive && make deploy-preview"
19
+ command = " git submodule update --init --recursive --depth 1 && make deploy-preview"
20
20
21
21
[context .branch-deploy ]
22
- command = " git submodule update --init --recursive && make deploy-preview"
22
+ command = " git submodule update --init --recursive --depth 1 && make deploy-preview"
23
23
24
24
[context .master ]
25
25
# This context is triggered by the `master` branch and allows search indexing
26
26
# DO NOT REMOVE THIS (contact @kubernetes/sig-docs-leads)
27
27
publish = " public"
28
- command = " git submodule update --init --recursive && make production-build"
28
+ command = " git submodule update --init --recursive --depth 1 && make production-build"
You can’t perform that action at this time.
0 commit comments