fix: docs workflow - install pnpm
This commit is contained in:
1
.github/workflows/docs.yaml
vendored
1
.github/workflows/docs.yaml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: 'pnpm'
|
||||
- run: npm install -g pnpm && pnpm install
|
||||
- run: pnpm run build # set up 'build' script in your package.json
|
||||
|
||||
- name: Build documents
|
||||
|
||||
Reference in New Issue
Block a user