Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyunchao authored Nov 2, 2024
1 parent 6dd60dc commit 593dbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.MY_PERSONAL_TOKEN }}
personal_token: ${{ secrets.MY_PERSONAL_TOKEN }} # 使用你的个人访问令牌
publish_dir: ./.vitepress/dist # 指向你的构建输出目录
publish_branch: main # 目标仓库的分支
external_repository: https://github.com/Zyunchao/zyunchao.github.io.git # 目标仓库的完整地址
external_repository: Zyunchao/zyunchao.github.io # 目标仓库的地址(不需要完整的 URL)

0 comments on commit 593dbd2

Please sign in to comment.