Skip to content

Commit

Permalink
[CI + BugFix] Change publish dir for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabloo22 committed Jul 17, 2024
1 parent 64ba2c3 commit c690674
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:
- name: Build Documentation
run: |
cd docs
poetry run make html
touch build/html/.nojekyll
poetry run sphinx-build -b html docs/source/ html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: html
force_orphan: true

0 comments on commit c690674

Please sign in to comment.