Skip to content

Commit bc908c6

Browse files
committed
🐛 fix doc compile
1 parent 9db5134 commit bc908c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
uses: actions/configure-pages@v4
4343

4444
- name: Install dependencies
45-
run: pnpm install
45+
run: npm install
4646

4747
- name: Build with VitePress
48-
run: pnpm run docs:build
48+
run: npm run docs:build
4949
env:
5050
GITHUB_PAGES: true
5151

0 commit comments

Comments
 (0)