From 2a984e8a9fe72303a3f7e9db091082629eeebc9b Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 31 May 2024 13:39:52 -0500 Subject: [PATCH] Use deploy-javadocs instead of deploy-docs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcc1620..a9bb96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} secrets: inherit - deploy-docs: + deploy-javadocs: name: Deploy Javadocs needs: [ build ] uses: spring-io/spring-security-release-tools/.github/workflows/deploy-docs.yml@v1