We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299df94 commit 329c9eaCopy full SHA for 329c9ea
.github/workflows/deploy.yml
@@ -28,10 +28,10 @@ jobs:
28
run: bun install
29
30
- name: Install Playwright (for MermaidJS)
31
- run: bun playwright install --with-deps chromium
+ run: bunx --bun playwright install --with-deps chromium
32
33
- name: Build Website
34
- run: bun run build
+ run: bunx --bun astro build
35
36
- name: Upload Built Website
37
uses: actions/upload-pages-artifact@v3
0 commit comments