Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jun 30, 2024
1 parent f0a461a commit a8231e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
poetry config virtualenvs.create false
poetry install
- name: Build documentation with detailed logging
- name: Build documentation using Makefile
run: |
echo "Building documentation from: $(pwd)/docs/source"
poetry run sphinx-build -b html ./docs/source/ ./docs/build/ -vvv
echo "Building documentation from: $(pwd)"
cd docs
poetry run make html
working-directory: ${{ github.workspace }}/docs

- name: List built documentation
run: |
Expand Down

0 comments on commit a8231e6

Please sign in to comment.