diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index fcd5f6266ab..a4f78e9fc4d 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -209,3 +209,10 @@ jobs: shell: bash run: | make docs DOC_TARGET=${{ matrix.docs-target }} + + - name: Store docs build artifact + uses: actions/upload-artifact@v4 + with: + name: docs-build-${{ matrix.docs-target }} + path: docs/build/ + retention-days: 7