Skip to content

Commit 8fcfdc1

Browse files
Fix build deployment for gh page (#20)
1 parent 89efde7 commit 8fcfdc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
publish_dir: dist/prod
34+
publish_dir: dist/prod/browser
3535
enable_jekyll: true

0 commit comments

Comments
 (0)