Skip to content

Commit 329c9ea

Browse files
committed
ci: use bunx to build
1 parent 299df94 commit 329c9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
run: bun install
2929

3030
- name: Install Playwright (for MermaidJS)
31-
run: bun playwright install --with-deps chromium
31+
run: bunx --bun playwright install --with-deps chromium
3232

3333
- name: Build Website
34-
run: bun run build
34+
run: bunx --bun astro build
3535

3636
- name: Upload Built Website
3737
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)