We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd9acf commit 84129dcCopy full SHA for 84129dc
.github/workflows/pages.yml
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
- git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:dist -f # 使用 GITHUB_TOKEN 进行身份验证
+ git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} HEAD:page -f # 使用 GITHUB_TOKEN 进行身份验证
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 自动获取 Git
76
0 commit comments