Skip to content

Commit da1c18f

Browse files
committed
doc(hansbug): use gh-pages to deploy documentation
1 parent 7dc730b commit da1c18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
uses: JamesIves/github-pages-deploy-action@3.7.1
5454
with:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
BRANCH: doc-deploy # The branch the action should deploy to.
56+
BRANCH: gh-pages # The branch the action should deploy to.
5757
FOLDER: public # The folder the action should deploy.
5858
CLEAN: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)