Bump spring-io/spring-doc-actions from 0.0.11 to 0.0.13

Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.11 to 0.0.13.
- [Commits](https://github.com/spring-io/spring-doc-actions/compare/v0.0.11...v0.0.13)

---
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]
2023-12-15 13:32:05 +00:00
committed by Marcus Hert Da Coregio
parent cf5b82bf6d
commit b8f612f403

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.11
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13
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.11
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.13
with:
context-root: spring-session
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}