Skip to content

Commit a19e427

Browse files
committed
buildアクション: git sumoduleのパラメータ間違いを修正
1 parent f6f1289 commit a19e427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
repository: cpprefjp/site_generator
3636
path: site_generator
37-
- run: git submodule update -i
37+
- run: git submodule update --init
3838
working-directory: site_generator
3939

4040
# kunai
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
repository: cpprefjp/kunai
4545
path: site_generator/kunai
46-
- run: git submodule update -i
46+
- run: git submodule update --init
4747
working-directory: site_generator/kunai
4848

4949
# site (typically cpprefjp/site)
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656
ref: ${{ steps.vars.outputs.head_ref }}
5757
path: site_generator/cpprefjp/site
58-
- run: git submodule update -i
58+
- run: git submodule update --init
5959
working-directory: site_generator/cpprefjp/site
6060

6161
# image

0 commit comments

Comments
 (0)