Skip to content

Commit

Permalink
🐞 fix: 修复部署问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu1998 committed Sep 28, 2024
1 parent 84fd222 commit 11e7e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm run build # 打包文件

- name: 👷部署文档
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
branch: gh-pages
folder: ./.vitepress/dist
folder: ./.vitepress/dist

0 comments on commit 11e7e5d

Please sign in to comment.