mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
fix: 更新Github Action构建流程
This commit is contained in:
parent
f7b0d13904
commit
f6520088e3
@ -28,13 +28,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build VuePress site
|
||||
run: pnpm docs:build
|
||||
- name: Build VitePress site
|
||||
run: pnpm build
|
||||
|
||||
- name: Deploy Github Pages
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v4
|
||||
with:
|
||||
folder: docs/.vuepress/dist
|
||||
folder: docs/.vitepress/dist
|
||||
branch: gh-pages
|
||||
|
||||
Deploy:
|
Loading…
x
Reference in New Issue
Block a user