Skip to content

Commit e4fdb64

Browse files
author
xueqin
committed
[fix]github actions conf err
1 parent 5591b80 commit e4fdb64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
29-
personal_token: ${{ secrets.PRESONAL_TOKEN }} # TOKEN 这里新建一个 https://github.com/settings/tokens
29+
PERSONAL_TOKEN: ${{ secrets.PRESONAL_TOKEN }} # TOKEN 这里新建一个 https://github.com/settings/tokens
30+
EXTERNAL_REPOSITORY: JupiterXue/JupiterXue.github.io # 部署到的仓库
3031
PUBLISH_BRANCH: gh-pages # 推送到当前 gh-pages 分支
3132
PUBLISH_DIR: ./public # hugo 生成到 public 作为跟目录
3233
commit_message: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)