Skip to content

Commit 23ba0ad

Browse files
dependabot[bot]marcusdacoregio
authored andcommitted
---
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>
1 parent a7625b3 commit 23ba0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
- name: ls existing cache
4343
run: ls ~/.cache/antora/collector-cache/spring-session-* || true
4444
- name: Publish Docs
45-
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.16
45+
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.17
4646
with:
4747
docs-username: ${{ secrets.DOCS_USERNAME }}
4848
docs-host: ${{ secrets.DOCS_HOST }}
4949
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
5050
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
5151
- name: Bust Clouflare Cache
52-
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.16
52+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.17
5353
with:
5454
context-root: spring-session
5555
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)