Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedRiceNoodles committed Feb 19, 2024
1 parent cbeb428 commit 28c1d3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.7.0
# 组件库打包
- name: Build packages
run: pnpm build
# 安装依赖
- name: Install dependencies
run: pnpm install
# 组件库打包
- name: Build packages
run: pnpm build
# 构建文档
- name: Build with dumi
run: pnpm docs:build
Expand Down

0 comments on commit 28c1d3f

Please sign in to comment.