We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5591b80 commit e4fdb64Copy full SHA for e4fdb64
.github/workflows/main.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Deploy
27
uses: peaceiris/actions-gh-pages@v3
28
with:
29
- personal_token: ${{ secrets.PRESONAL_TOKEN }} # TOKEN 这里新建一个 https://github.com/settings/tokens
+ PERSONAL_TOKEN: ${{ secrets.PRESONAL_TOKEN }} # TOKEN 这里新建一个 https://github.com/settings/tokens
30
+ EXTERNAL_REPOSITORY: JupiterXue/JupiterXue.github.io # 部署到的仓库
31
PUBLISH_BRANCH: gh-pages # 推送到当前 gh-pages 分支
32
PUBLISH_DIR: ./public # hugo 生成到 public 作为跟目录
33
commit_message: ${{ github.event.head_commit.message }}
0 commit comments