From de8f8fe050dd72d28d01802ad48f5dc44f0e4103 Mon Sep 17 00:00:00 2001 From: Alleria Date: Sat, 29 Jun 2024 22:24:15 -0700 Subject: [PATCH] debug workflow --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 782b8845..8065307a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -49,11 +49,11 @@ jobs: echo "Using conf.py located at: $CONF_PY" poetry run python -c "from sphinx.config import Config; config = Config.read('${CONF_PY}'); print(config.values)" - - name: Build documentation + - name: Build documentation with detailed logging run: | - echo "Python path before Sphinx build: $PYTHONPATH" + echo "Building documentation from: $(pwd)/docs/source" poetry run sphinx-build -b html ./docs/source/ ./docs/build/ -vvv - working-directory: ${{ github.workspace }} + - name: List built documentation run: |