fix: docs workflow - install pnpm

This commit is contained in:
2025-03-10 21:55:47 +01:00
parent 4d4706c4ba
commit e57a9cb309

View File

@@ -43,6 +43,7 @@ jobs:
with: with:
node-version: 20.x node-version: 20.x
cache: 'pnpm' cache: 'pnpm'
- run: npm install -g pnpm && pnpm install
- run: pnpm run build # set up 'build' script in your package.json - run: pnpm run build # set up 'build' script in your package.json
- name: Build documents - name: Build documents