Skip to content

Commit 4887b10

Browse files
committed
fix: workflow maybe?
1 parent 58bcadb commit 4887b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/upload-pages-artifact@v3
4141
with:
4242
# Upload entire repository
43-
path: 'build'
43+
path: 'dist'
4444
- name: Deploy to GitHub Pages
4545
id: deployment
4646
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)