diff --git a/.github/workflows/SphinxDocumentation.yml b/.github/workflows/SphinxDocumentation.yml index 3692605..3c84588 100644 --- a/.github/workflows/SphinxDocumentation.yml +++ b/.github/workflows/SphinxDocumentation.yml @@ -69,6 +69,9 @@ jobs: - name: ⏬ Checkout repository uses: actions/checkout@v4 + - name: 🔧 Install graphviz + run: sudo apt-get install -y --no-install-recommends graphviz + - name: 🐍 Setup Python ${{ inputs.python_version }} uses: actions/setup-python@v5 with: @@ -147,11 +150,6 @@ jobs: run: | export PYTHONPATH=$(pwd) - ls -lah . - ls -lah report - ls -lah report/coverage - ls -lah report/coverage/html - cd "${{ inputs.doc_directory || '.' }}" sphinx-build -v -n -b html -d _build/doctrees -j $(nproc) -w _build/html.log . _build/html