Skip to content

Commit

Permalink
CI: 修改构建配置
Browse files Browse the repository at this point in the history
  • Loading branch information
niyg-mw committed Nov 16, 2023
1 parent e4c274f commit a6ae062
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
# step 3. 安装依赖并打包
- name: Install and Build 🔧
run: |
npm install
npm run build
npm install pnpm -g
pnpm install
pnpm run build
# step 4. 项目部署, 将打包后的产物合并到指定的分支上
- name: Deploy 🚀 # 步骤名
Expand Down

0 comments on commit a6ae062

Please sign in to comment.