Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 9ca055c

Browse files
committed
ci: fix deploy workflow
1 parent b834346 commit 9ca055c

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,14 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- uses: pnpm/action-setup@v2
26-
with:
27-
version: 8
28-
- name: Setup Node
29-
uses: actions/setup-node@v4
30-
with:
31-
node-version: 20
32-
cache: pnpm
25+
- uses: oven-sh/setup-bun@v1
3326
- name: Setup Pages
3427
uses: actions/configure-pages@v4
3528
- name: Install dependencies
36-
run: pnpm install
29+
run: bun install
3730
- name: Build with VitePress
3831
run: |
39-
pnpm docs:build
32+
bun run docs:build
4033
touch docs/.vitepress/dist/.nojekyll
4134
- name: Upload artifact
4235
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)