Skip to content

Commit 822a81d

Browse files
Update build-docs.yaml
1 parent 3f4bd58 commit 822a81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
uses: actions/checkout@v2
1313
- name: Build
1414
run: |
15-
yarn install
16-
yarn run docs
15+
pnpm install
16+
pnpm run docs
1717
- name: Commit and push docs
1818
working-directory: ./
1919
run: |

0 commit comments

Comments
 (0)