Skip to content

Commit 6337d61

Browse files
committed
Fix Pages
1 parent a277280 commit 6337d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Upload Build Artifact
2929
uses: actions/upload-pages-artifact@v3
3030
with:
31-
path: build
31+
path: public
3232

3333
deploy:
3434
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)