We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0d725 commit 74d9996Copy full SHA for 74d9996
.github/workflows/docs.yml
@@ -15,9 +15,8 @@ jobs:
15
name: html-docs
16
path: docs/build/html
17
- name: Deploy
18
- uses: peaceiris/actions-gh-pages@v3
19
- if: github.ref == 'refs/heads/main'
+ uses: uibcdf/action-sphinx-docs-to-gh-pages
20
with:
+ branch: main
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
- publish_dir: docs/build/html
23
- force_orphan: true
+ dir_docs: docs/build/html
0 commit comments