Skip to content

Commit

Permalink
docs/_build
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneliuzzo committed Nov 25, 2024
1 parent d0f0a47 commit c9ee6aa
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,14 +38,14 @@ jobs:
run: python -m pip install '.[docs]'

- name: Build documentation
run: python -m sphinx -b html docs ./doc_build -d ./doc_build
run: python -m sphinx -b html docs ./docs/_build -d ./docs/_build

- name: Upload build artifacts # upload artifacts so reviewers can have a quick look without building documentation from the branch locally
uses: actions/upload-artifact@v4
if: success() && github.event_name == 'pull_request' # only for pushes in PR
with:
name: site-build
path: doc_build
path: ./docs/_build
retention-days: 5

- name: Upload documentation
Expand Down

0 comments on commit c9ee6aa

Please sign in to comment.