Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 5c8bee7

Browse files
committed
feat: upload assets
1 parent b6a09e2 commit 5c8bee7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-ghpage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
pnpm run docs:build
4343
> docs/.vuepress/dist/.nojekyll
4444
45+
- name: Upload Build Artifacts
46+
if: github.event_name == 'pull_request'
47+
uses: actions/upload-artifact@v4
48+
with:
49+
path: docs/.vuepress/dist
50+
4551
- name: Deploy
4652
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4753
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)