Use deploy-javadocs instead of deploy-docs

This commit is contained in:
Rob Winch
2024-05-31 13:39:52 -05:00
parent 806519a163
commit 2a984e8a9f

View File

@@ -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