Skip to content

Commit 2a39ea3

Browse files
Fixes playground deployment to GH pages
1 parent 191d283 commit 2a39ea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-playground.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build all packages
3434
run: bun run build
3535

36+
- name: Generate static site for Playground
37+
run: cd apps/playground && bun run generate
38+
3639
- name: Setup Pages
3740
uses: actions/configure-pages@v5
3841

0 commit comments

Comments
 (0)