Skip to content

Commit

Permalink
Use alternative way of deploying to Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Aug 22, 2024
1 parent 65fcbb7 commit 6dfdf60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
run: pipenv run sphinx-build -b html ./docs/source ./docs/build/html

- name: Deploy to GitHub Pages
uses: sphinx-notes/pages@v3
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
documentation_path: ./docs/source
publish_dir: "./docs/build/html"

0 comments on commit 6dfdf60

Please sign in to comment.