Skip to content

Commit c9fe9b2

Browse files
committed
Fixed the GitHub Action deployment script
1 parent 6bdbab0 commit c9fe9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Upload dist as artifact
2828
uses: actions/upload-artifact@v4
2929
with:
30+
name: github-pages
3031
path: './dist'
3132

3233
deploy:

0 commit comments

Comments
 (0)