Skip to content

Commit 8c1f2ea

Browse files
add artifact
1 parent aee850d commit 8c1f2ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Upload artifact
1919
uses: actions/upload-artifact@v4
2020
with:
21+
name: public
2122
path: ./public # This is your static site folder
23+
retention-days: 1
2224
deploy:
2325
runs-on: ubuntu-latest
2426
needs: build

0 commit comments

Comments
 (0)