Skip to content

Commit ab4c083

Browse files
committed
Update to have a publish branch
1 parent cf7af38 commit ab4c083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_gh_pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
uses: peaceiris/actions-gh-pages@v4
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
publish_dir: ./dist # Directory containing your built output
30+
publish_dir: ./dist # Directory containing your built output
31+
publish_branch: gh-pages

0 commit comments

Comments
 (0)