From bcd92ef9e78aed8065aa65411a1f0882ae41c02b Mon Sep 17 00:00:00 2001 From: Evan Flynn Date: Fri, 15 Dec 2023 15:16:52 -0800 Subject: [PATCH] Remove unnecessary steps from docs CI Signed-off-by: Evan Flynn --- .github/workflows/docs.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0c83f546..64183b09 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -108,30 +108,6 @@ jobs: with: name: ${{ env.DOXYBOOK_ARTIFACT }} path: ${{ env.WORKSPACE_PATH }}/docs/api-reference - - name: Download Foxy reports - continue-on-error: true # Still publish docs even if reports are not available - uses: actions/download-artifact@v3 - with: - name: autoware_benchmark_reports_foxy - path: ${{ env.WORKSPACE_PATH }}/docs/reports/foxy - - name: Download Galactic reports - continue-on-error: true # Still publish docs even if reports are not available - uses: actions/download-artifact@v3 - with: - name: autoware_benchmark_reports_galactic - path: ${{ env.WORKSPACE_PATH }}/docs/reports/galactic - - name: Download Humble reports - continue-on-error: true # Still publish docs even if reports are not available - uses: actions/download-artifact@v3 - with: - name: autoware_benchmark_reports_humble - path: ${{ env.WORKSPACE_PATH }}/docs/reports/humble - - name: Download Rolling reports - continue-on-error: true # Still publish docs even if reports are not available - uses: actions/download-artifact@v3 - with: - name: autoware_benchmark_reports_rolling - path: ${{ env.WORKSPACE_PATH }}/docs/reports/rolling - name: Deploy mkdocs site shell: bash run: |