We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa57d5e commit 5fcda3dCopy full SHA for 5fcda3d
.github/workflows/sphinx-docs.yml
@@ -32,11 +32,11 @@ jobs:
32
working-directory: docs
33
run: make html
34
35
- - name: Deploy to GitHub Pages (gen_page)
+ - name: Deploy to GitHub Pages (gh_page)
36
uses: peaceiris/actions-gh-pages@v3
37
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_dir: docs/build/html
41
- publish_branch: gen_page
+ publish_branch: gh_page
42
force_orphan: true
0 commit comments