diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6b712fd0e..0f6f3ef0c 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