Skip to content

Commit 5fcda3d

Browse files
committed
Refactor doc branch name
1 parent aa57d5e commit 5fcda3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
working-directory: docs
3333
run: make html
3434

35-
- name: Deploy to GitHub Pages (gen_page)
35+
- name: Deploy to GitHub Pages (gh_page)
3636
uses: peaceiris/actions-gh-pages@v3
3737
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: docs/build/html
41-
publish_branch: gen_page
41+
publish_branch: gh_page
4242
force_orphan: true

0 commit comments

Comments
 (0)