Skip to content

Commit

Permalink
try docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Mar 12, 2024
1 parent 4a0d725 commit 74d9996
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
name: html-docs
path: docs/build/html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
uses: uibcdf/action-sphinx-docs-to-gh-pages
with:
branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
force_orphan: true
dir_docs: docs/build/html

0 comments on commit 74d9996

Please sign in to comment.