Skip to content

Commit 5a15254

Browse files
committed
chore(playground): improve
1 parent ab5fc85 commit 5a15254

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,15 @@ jobs:
4040
- name: 'Build with VitePress'
4141
run: pnpm run docs:full:build
4242

43+
- name: 'Generate Playground'
44+
run: pnpm run dev:generate
45+
4346
- name: 'Upload artifact'
4447
uses: actions/upload-pages-artifact@v3
4548
with:
46-
path: docs/.vitepress/dist
49+
path: |
50+
docs/.vitepress/dist
51+
playground/playground/public
4752
deploy:
4853
environment:
4954
name: 'github-pages'

0 commit comments

Comments
 (0)