Skip to content

Commit 29079e1

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]>
1 parent b6e3481 commit 29079e1

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
@@ -192,15 +192,15 @@ jobs:
192192
run: |
193193
./gradlew antora
194194
- name: Publish Docs
195-
uses: spring-io/spring-doc-actions/[email protected].20
195+
uses: spring-io/spring-doc-actions/[email protected].21
196196
with:
197197
docs-username: ${{ secrets.DOCS_USERNAME }}
198198
docs-host: ${{ secrets.DOCS_HOST }}
199199
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
200200
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
201201
site-path: spring-pulsar-docs/build/site
202202
- name: Bust Clouflare Cache
203-
uses: spring-io/spring-doc-actions/[email protected].20
203+
uses: spring-io/spring-doc-actions/[email protected].21
204204
with:
205205
context-root: spring-pulsar
206206
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)