From c5f4cf322c63bab3ecc0a44d7c44204b42787c9f Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 18 Mar 2024 17:30:39 -0500 Subject: [PATCH] Update to spring-doc-actions v0.0.15 (#3306) --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c71c4a41..4c401494 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -38,7 +38,7 @@ jobs: run: | ./mvnw --no-transfer-progress -B antora - name: Publish Docs - uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13 + uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15 with: docs-username: ${{ secrets.DOCS_USERNAME }} docs-host: ${{ secrets.DOCS_HOST }} @@ -46,7 +46,7 @@ jobs: docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} site-path: target/antora/site - name: Bust Cloudflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11 + uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15 with: context-root: spring-cloud-gateway cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}