Skip to content

Commit

Permalink
fix: 尝试解决部署时submodule出错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ngsha committed Mar 14, 2024
1 parent 4b4aaa3 commit a8dbe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
# If your repository depends on submodule, please see: https://github.com/actions/checkout
submodules: recursive
submodules: true
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit a8dbe84

Please sign in to comment.