From ba9c1aa83b7ed20de61b34c04c5a7be5fa3ee1fc Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 21 Oct 2024 18:17:55 +0200 Subject: [PATCH] Docs GH Actions: Enable Bust Cloudflare Cache --- .github/workflows/deploy-docs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6b712fd0e9..0f6f3ef0ce 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 }} \ No newline at end of file + - 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 }} \ No newline at end of file