Skip to content

Commit 74d9996

Browse files
committed
try docs fix
1 parent 4a0d725 commit 74d9996

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docs.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
name: html-docs
1616
path: docs/build/html
1717
- name: Deploy
18-
uses: peaceiris/actions-gh-pages@v3
19-
if: github.ref == 'refs/heads/main'
18+
uses: uibcdf/action-sphinx-docs-to-gh-pages
2019
with:
20+
branch: main
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
22-
publish_dir: docs/build/html
23-
force_orphan: true
22+
dir_docs: docs/build/html

0 commit comments

Comments
 (0)