Skip to content

Commit 215ca18

Browse files
Update to spring-doc-actions v0.0.15
1 parent 125591c commit 215ca18

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.14
45+
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15
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.14
52+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15
5353
with:
5454
context-root: spring-session
5555
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)