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 7bd5014 commit 0292441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# 部署到 gh-pages 分支
target_branch: main
# 部署目录为 VuePress 的默认输出目录
build_dir: docs/.vuepress/dist
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 }}

0 comments on commit 0292441

Please sign in to comment.