We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67277f4 commit 29a422cCopy full SHA for 29a422c
.github/workflows/deploy-docs.yml
@@ -56,8 +56,9 @@ jobs:
56
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
57
httpdocs-path: /spring-boot/antora/reference
58
- name: Bust Cloudflare Cache
59
- uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15
+ uses: philwebb/spring-doc-actions/bust-cloudflare-antora-cache@context-path
60
with:
61
context-root: spring-boot
62
+ context-path: /
63
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
64
cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
0 commit comments