Skip to content

Commit 0a16399

Browse files
initcronclaude
andcommitted
Fix GitHub Pages deployment path
Update workflow to upload dist/spa directory where Vite actually builds the static files, instead of the parent dist directory. This resolves the 404 error on GitHub Pages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a177854 commit 0a16399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: dist
56-
path: dist
56+
path: dist/spa
5757
retention-days: 1
5858

5959
deploy:

0 commit comments

Comments
 (0)