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 5a436e3 commit 25a9a48Copy full SHA for 25a9a48
.github/workflows/gh-pages.yml
@@ -38,7 +38,9 @@ jobs:
38
with:
39
# if your default branches is not master, please change it here
40
ref: code
41
- submodules: 'recursive'
+
42
+ - name: Checkout submodules
43
+ run: git submodule update --init --recursive --remote
44
45
- name: Setup Hugo
46
uses: peaceiris/actions-hugo@v3
.github/workflows/ipfs.yml
@@ -45,7 +45,9 @@ jobs:
47
48
49
50
51
52
53
0 commit comments