We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f1289 commit a19e427Copy full SHA for a19e427
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
repository: cpprefjp/site_generator
36
path: site_generator
37
- - run: git submodule update -i
+ - run: git submodule update --init
38
working-directory: site_generator
39
40
# kunai
@@ -43,7 +43,7 @@ jobs:
43
44
repository: cpprefjp/kunai
45
path: site_generator/kunai
46
47
working-directory: site_generator/kunai
48
49
# site (typically cpprefjp/site)
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: 0
56
ref: ${{ steps.vars.outputs.head_ref }}
57
path: site_generator/cpprefjp/site
58
59
working-directory: site_generator/cpprefjp/site
60
61
# image
0 commit comments