Skip to content

Commit

Permalink
Docs GH Actions: Enable Bust Cloudflare Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Oct 21, 2024
1 parent 04670f7 commit ba9c1aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
# 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/[email protected]
with:
context-root: spring-ai
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}

0 comments on commit ba9c1aa

Please sign in to comment.