Skip to content

Commit ba9c1aa

Browse files
committed
Docs GH Actions: Enable Bust Cloudflare Cache
1 parent 04670f7 commit ba9c1aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4646
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4747
site-path: target/antora/site
48-
# - name: Bust Cloudflare Cache
49-
# uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18
50-
# with:
51-
# context-root: spring-ai
52-
# cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
53-
# cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
48+
- name: Bust Cloudflare Cache
49+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18
50+
with:
51+
context-root: spring-ai
52+
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
53+
cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}

0 commit comments

Comments
 (0)