Skip to content

Commit e3a972e

Browse files
mymldengbo11
authored andcommitted
fix: github pages build failure
修复因submodule没有checkout导致构建失败
1 parent 2420b09 commit e3a972e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
submodules: recursive
21+
ref: ${{ github.event.pull_request.head.sha }}
1922
- uses: actions/setup-node@v4
2023
with:
2124
node-version: 24

0 commit comments

Comments
 (0)