From f9be1ef0966f58071e3052d0282b0fd2cff53001 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 11:57:52 +0000 Subject: [PATCH] Set artifact properties to auto-publish snapshots docs See gh-39851 --- .github/workflows/build-and-deploy-snapshot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 84e06589056..9e0a18cd4e0 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -49,6 +49,8 @@ jobs: folder: 'deployment-repository' signing-key: ${{ secrets.GPG_PRIVATE_KEY }} signing-passphrase: ${{ secrets.GPG_PASSPHRASE }} + artifact-properties: | + /**/spring-boot-docs-*.zip::zip.type=docs,zip.deployed=false - name: Send notification uses: ./.github/actions/send-notification if: always()