From 6aa6af95eec54af39e49101f33cc72b8282d11d7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 16 Apr 2025 13:34:37 +0200 Subject: [PATCH] Activated more investigations after artifact-download. --- .github/workflows/SphinxDocumentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/SphinxDocumentation.yml b/.github/workflows/SphinxDocumentation.yml index b5fc5dd..3cf2089 100644 --- a/.github/workflows/SphinxDocumentation.yml +++ b/.github/workflows/SphinxDocumentation.yml @@ -113,6 +113,7 @@ jobs: with: name: ${{ inputs.coverage_json_artifact }} path: ${{ inputs.coverage_report_json_directory }} + investigate: true - name: ☑ Generate HTML documentation if: inputs.html_artifact != '' @@ -163,6 +164,7 @@ jobs: with: name: ${{ inputs.unittest_xml_artifact }} path: ${{ inputs.unittest_xml_directory }} + investigate: true - name: 📥 Download artifacts '${{ inputs.coverage_json_artifact }}' from 'PublishCoverageResults' job uses: pyTooling/download-artifact@v4 @@ -170,6 +172,7 @@ jobs: with: name: ${{ inputs.coverage_json_artifact }} path: ${{ inputs.coverage_report_json_directory }} + investigate: true - name: ☑ Generate LaTeX documentation if: inputs.latex_artifact != ''