Bump spring-io/spring-doc-actions from 0.0.18 to 0.0.19

Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.18 to 0.0.19.
- [Commits](https://github.com/spring-io/spring-doc-actions/compare/v0.0.18...v0.0.19)

---
updated-dependencies:
- dependency-name: spring-io/spring-doc-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-24 21:32:06 +00:00
committed by Rob Winch
parent 603caf7a21
commit 3efd250b63

View File

@@ -42,14 +42,14 @@ jobs:
- name: ls existing cache
run: ls ~/.cache/antora/collector-cache/spring-session-* || true
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.18
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.19
with:
docs-username: ${{ secrets.DOCS_USERNAME }}
docs-host: ${{ secrets.DOCS_HOST }}
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
- name: Bust Clouflare Cache
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.18
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.19
with:
context-root: spring-session
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}