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