Skip to content

Commit 27b75b3

Browse files
authored
[Fix-4527] add npm install pnpm (#4528)
1 parent fdbd0eb commit 27b75b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: pnpm/action-setup@v4
2928
- name: Build documentation
3029
run: |
31-
cd docs && pnpm install && pnpm run build
30+
cd docs && npm install -g pnpm && pnpm install && pnpm run build
3231
- name: Upload documentation
3332
uses: burnett01/rsync-deployments@5.2
3433
with:

0 commit comments

Comments
 (0)