Skip to content

Commit

Permalink
🐎 ci: 修复pnpm install错误
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Nov 2, 2023
1 parent 34ae0a0 commit 345419c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
run_install: |
- recursive: true
args: [--frozen-lockfile]
- name: Setup Pages
uses: actions/configure-pages@v3
#- name: Install dependencies
Expand Down

0 comments on commit 345419c

Please sign in to comment.