优化一下?

This commit is contained in:
lilingfengdev 2024-09-15 14:00:20 +08:00
parent 92e66bf344
commit 92d7a24dc0
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ jobs:
with:
node-version: 20
- name: Install and Build
run: pnpm install && pnpm run build
run: pnpm install && pnpm run --parallel build

View File

@ -37,7 +37,7 @@ jobs:
- name: Install
run: pnpm install
- name: Build
run: pnpm run build
run: pnpm run --parallel build
# 部署
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4