Skip to content

Commit d9eb7a2

Browse files
committed
Fix deployment: deploy to gh-pages branch instead of main
1 parent 4dda232 commit d9eb7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./out
40-
publish_branch: main
40+
publish_branch: gh-pages

0 commit comments

Comments
 (0)