Skip to content

Commit 3212920

Browse files
committed
fix: pages构建失败
1 parent 2420b09 commit 3212920

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+
submodule: true
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)