Skip to content

Commit

Permalink
fix: 修复找不到pnpm的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
asurance committed May 7, 2024
1 parent 7e09e6c commit a562064
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
with:
node-version: '20'
cache: pnpm

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Install Pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit a562064

Please sign in to comment.