From de984d27f95b2880b78917cf61c824a3c12f130c Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:03:46 -0500 Subject: [PATCH] Upload the target directory This allows viewing what was built --- .github/workflows/deploy-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7cb606f21..60b767821 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,6 +36,11 @@ jobs: ./mvnw antora - name: Copy the cache to be included in the site run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/ + - name: Upload artifact + uses: actions/upload-artifact@v4 # Use the latest version + with: + name: target + path: target - name: Publish Docs uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20 with: