Docs GH Actions: Enable Bust Cloudflare Cache

This commit is contained in:
Christian Tzolov
2024-10-21 18:17:55 +02:00
parent 04670f7b07
commit ba9c1aa83b

View File

@@ -45,9 +45,9 @@ jobs:
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
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.18
# with:
# context-root: spring-ai
# cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
# cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
- name: Bust Cloudflare Cache
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18
with:
context-root: spring-ai
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}