Skip to content

Commit

Permalink
再一次修改deploy.yml文件
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-NuanxinPro committed Jul 8, 2024
1 parent 4fa08c4 commit 64f5a4d
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,8 +25,8 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3 # 使用部署到 GitHub pages 的 action
with:
# 部署到 main 分支
branch: main
# 部署到 gh-pages 分支
branch: gh-pages
# deploy_key: ${{ secrets.NUANXINPRO }} # 部署密钥,在项目的 Settings/Secrets 中配置
publish_dir: ./docs/.vitepress/dist # 部署目录
github_token: ${{ secrets.NUANXINPRO }} # secret 名
Expand Down

0 comments on commit 64f5a4d

Please sign in to comment.