Skip to content

Commit 79eff50

Browse files
committed
Add correct dist dir
1 parent a5f4f94 commit 79eff50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/upload-pages-artifact@v3
3939
with:
4040
# Upload entire repository
41-
path: "./build"
41+
path: "./dist"
4242

4343
- name: Deploy to GitHub Pages
4444
id: deployment

0 commit comments

Comments
 (0)