Skip to content

Commit 72570d8

Browse files
committed
chore: remove playground artifacts upload step from build workflow
1 parent 68ca015 commit 72570d8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959
path: "./packages/docs/dist"
6060
name: "docs"
6161

62-
- name: Upload playground artifacts
63-
# https://github.com/actions/upload-pages-artifact
64-
uses: actions/upload-pages-artifact@v4
65-
with:
66-
path: "./packages/playground/dist"
67-
name: "playground"
68-
6962
- name: Deploy GitHub Pages
7063
if: github.ref == 'refs/heads/main'
7164
# https://github.com/actions/deploy-pages

0 commit comments

Comments
 (0)