diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 033543a25b..91b1eb39fb 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -34,7 +34,7 @@ jobs: - name: Run Antora run: ./gradlew antora - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.4 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.5 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }}