Skip to content

Commit 51e8839

Browse files
committed
Update github workflow and package.json
1 parent 63bccdd commit 51e8839

3 files changed

Lines changed: 2733 additions & 802 deletions

File tree

.github/workflows/upload_docs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,16 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- uses: pnpm/action-setup@v4
16-
with:
17-
version: 9
18-
1915
- uses: actions/setup-node@v4
2016
with:
2117
node-version: 20
22-
cache: pnpm
18+
cache: npm
2319

2420
- name: Install dependencies
25-
run: pnpm install
21+
run: npm ci
2622

2723
- name: Build documentation
28-
run: pnpm vitepress build docs
24+
run: npx vitepress build docs
2925

3026
- name: Deploy to GitHub Pages
3127
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)