There was an error while loading. Please reload this page.
1 parent 63bccdd commit 51e8839Copy full SHA for 51e8839
3 files changed
.github/workflows/upload_docs.yml
@@ -12,20 +12,16 @@ jobs:
12
with:
13
fetch-depth: 0
14
15
- - uses: pnpm/action-setup@v4
16
- with:
17
- version: 9
18
-
19
- uses: actions/setup-node@v4
20
21
node-version: 20
22
- cache: pnpm
+ cache: npm
23
24
- name: Install dependencies
25
- run: pnpm install
+ run: npm ci
26
27
- name: Build documentation
28
- run: pnpm vitepress build docs
+ run: npx vitepress build docs
29
30
- name: Deploy to GitHub Pages
31
uses: peaceiris/actions-gh-pages@v4
0 commit comments