Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudon committed Sep 26, 2024
1 parent 5a436e3 commit 25a9a48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
with:
# if your default branches is not master, please change it here
ref: code
submodules: 'recursive'

- name: Checkout submodules
run: git submodule update --init --recursive --remote

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
with:
# if your default branches is not master, please change it here
ref: code
submodules: 'recursive'

- name: Checkout submodules
run: git submodule update --init --recursive --remote

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand Down

0 comments on commit 25a9a48

Please sign in to comment.