Skip to content

Commit e6f35cd

Browse files
fix path
1 parent ba49776 commit e6f35cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/upload-pages-artifact@v3
6161
with:
6262
# Upload entire repository
63-
path: '.dist'
63+
path: './dist'
6464
- name: Deploy to GitHub Pages
6565
id: deployment
6666
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)