Skip to content

Commit 96ab700

Browse files
committed
feat: copy artifact from build step
1 parent c7a95c9 commit 96ab700

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
git checkout main
7676
git pull origin main
7777
78+
- name: Download build artifact
79+
uses: actions/download-artifact@v4
80+
with:
81+
name: github-pages
82+
path: ./dist
7883
- name: Copy build files
7984
run: |
8085
rm -rf ./*

0 commit comments

Comments
 (0)