Skip to content

Commit 00f2212

Browse files
committed
Update workflow.
1 parent f4923e0 commit 00f2212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Build 🔧
2727
run: |
28-
yarn install
29-
yarn build:docs
28+
pnpm install
29+
pnpm run build:docs
3030
3131
- name: Deploy to gh-pages 🚀
3232
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)