Skip to content

Commit 84129dc

Browse files
author
liw003
committed
page
1 parent ebd9acf commit 84129dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
7272
73-
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:dist -f # 使用 GITHUB_TOKEN 进行身份验证
73+
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:page -f # 使用 GITHUB_TOKEN 进行身份验证
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 自动获取 Git
7676

0 commit comments

Comments
 (0)