Skip to content

Commit

Permalink
fix: 修复action打包404
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Dec 21, 2024
1 parent d300536 commit 5133a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.DEPLOY }}
publish_dir: docs/.vitepress/dist # 指定该文件夹中的 dist
publish_dir: .vitepress/dist # 指定该文件夹中的 dist
publish_branch: gh-pages # 推送到关联仓库的 gh-pages 分支

0 comments on commit 5133a22

Please sign in to comment.