Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OOAAHH authored Oct 30, 2024
1 parent 2a07378 commit 6de7293
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 @@ -49,9 +49,9 @@ jobs:
uses: crazy-max/ghaction-github-pages@v4
with:
# 部署到 gh-pages 2
target_branch: gh-pages
target_branch: gh-pages2
# 部署目录为 VuePress 的默认输出目录
build_dir: docs/docs/.vuepress/dist
env:
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 6de7293

Please sign in to comment.