Skip to content

Commit de2ef6c

Browse files
committed
attempt 3
1 parent 9b312fa commit de2ef6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
run: |
3030
npm install && npm run build
3131
32+
- name: Upload artifact
33+
uses: actions/upload-pages-artifact@v3
34+
with:
35+
path: ./dist
36+
3237
- name: Deploy to GitHub Pages
3338
id: deployment
3439
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)