From 29a422cecf5dd23cbfa28d00b0892189beb21d1e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 4 Apr 2024 14:05:27 -0700 Subject: [PATCH] Switch to spring-doc-actions branch to test context-path --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 980c9eaaef..35429d7632 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -56,8 +56,9 @@ jobs: docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }} httpdocs-path: /spring-boot/antora/reference - name: Bust Cloudflare Cache - uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15 + uses: philwebb/spring-doc-actions/bust-cloudflare-antora-cache@context-path with: context-root: spring-boot + context-path: / cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }} cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}