Skip to content

Commit b6cb3c5

Browse files
author
Damion Werner
committed
install bun in gh action
1 parent d94abb4 commit b6cb3c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828
node-version: 22
2929
cache: npm
3030
- name: Setup Pages
31-
uses: actions/configure-pages@v4
31+
- uses: oven-sh/setup-bun@v2
32+
working-directory: website
3233
- name: Install dependencies
3334
working-directory: website
34-
run: bun Install
35+
run: bun install
3536
- name: Build with VitePress
3637
working-directory: website
3738
run: bun run docs:build

0 commit comments

Comments
 (0)