Skip to content

Commit 8c8beab

Browse files
Copilothuangyiirene
andcommitted
Remove studio build from deploy-docs workflow since it's deployed separately via Vercel
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 90aab2f commit 8c8beab

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
paths:
88
- 'docs/**'
9-
- 'apps/playground/**'
109
- 'packages/**'
1110
- '.github/workflows/deploy-docs.yml'
1211
workflow_dispatch:
@@ -58,16 +57,6 @@ jobs:
5857
- name: Build documentation
5958
run: pnpm docs:build
6059

61-
- name: Build Studio (Playground)
62-
run: pnpm --filter @apps/playground... build
63-
env:
64-
NODE_ENV: production
65-
66-
- name: Copy Studio to docs dist
67-
run: |
68-
mkdir -p docs/.vitepress/dist/studio
69-
cp -r apps/playground/dist/* docs/.vitepress/dist/studio/
70-
7160
- name: Setup Pages
7261
uses: actions/configure-pages@v4
7362

0 commit comments

Comments
 (0)