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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user