Skip to content

Commit

Permalink
moved docs to _build
Browse files Browse the repository at this point in the history
  • Loading branch information
NotBioWaste905 committed Oct 8, 2024
1 parent c1c07b2 commit 00083e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Sphinx build
run: |
poetry run sphinx-build docs/source docs/build
poetry run sphinx-build docs/source _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/
publish_dir: _build
force_orphan: true

0 comments on commit 00083e0

Please sign in to comment.