Skip to content

Commit

Permalink
fix: pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 24, 2024
1 parent 0b39741 commit 02b54c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

# 安装根目录依赖
- name: Install root dependencies
run: npm install
run: pnpm install

# 构建根目录项目
- name: Build root project
run: npm run build --if-present
run: pnpm run build --if-present

# 安装和构建 site 目录
- name: Install and build site
Expand Down

0 comments on commit 02b54c2

Please sign in to comment.