Skip to content

Commit 34003f8

Browse files
committed
Update spring-doc-actions to v0.0.21
This updates the version to the spring-doc-actions in order to purge the CloudFlare Cache using a prefix rather than a set of URLs. Signed-off-by: onobc <[email protected]> (cherry picked from commit 29079e1)
1 parent 8e0279d commit 34003f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@ jobs:
205205
run: |
206206
./gradlew antora
207207
- name: Publish Docs
208-
uses: spring-io/spring-doc-actions/[email protected].20
208+
uses: spring-io/spring-doc-actions/[email protected].21
209209
with:
210210
docs-username: ${{ secrets.DOCS_USERNAME }}
211211
docs-host: ${{ secrets.DOCS_HOST }}
212212
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
213213
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
214214
site-path: spring-pulsar-docs/build/site
215215
- name: Bust Clouflare Cache
216-
uses: spring-io/spring-doc-actions/[email protected].20
216+
uses: spring-io/spring-doc-actions/[email protected].21
217217
with:
218218
context-root: spring-pulsar
219219
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)