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