Skip to content

Commit 9db5134

Browse files
committed
πŸ› fix doc compile
1 parent 608b351 commit 9db5134

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

β€Ž.github/workflows/deploy-docs.ymlβ€Ž

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,14 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040

41-
- name: Setup Node
42-
uses: actions/setup-node@v4
43-
with:
44-
node-version: 20
45-
cache: npm
46-
cache-dependency-path: ./doc/package-lock.json
47-
4841
- name: Setup Pages
4942
uses: actions/configure-pages@v4
5043

5144
- name: Install dependencies
52-
run: npm ci
45+
run: pnpm install
5346

5447
- name: Build with VitePress
55-
run: npm run docs:build
48+
run: pnpm run docs:build
5649
env:
5750
GITHUB_PAGES: true
5851

0 commit comments

Comments
Β (0)