We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4c1a5 commit 829c789Copy full SHA for 829c789
.github/workflows/deploy-docs.yml
@@ -50,7 +50,7 @@ jobs:
50
run: node run.js --no-checkout
51
- name: Sync OSS Documentation
52
if: ${{ !vars.COMMERCIAL }}
53
- uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
+ uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.21
54
with:
55
docs-username: ${{ secrets.DOCS_USERNAME }}
56
docs-host: ${{ secrets.DOCS_HOST }}
@@ -73,7 +73,7 @@ jobs:
73
destination: '${{ vars.COMMERCIAL_DOCS_HOST }}/spring-boot'
74
parent: false
75
- name: Bust Cloudflare Cache
76
- uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.20
+ uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.21
77
78
context-root: spring-boot
79
context-path: /
0 commit comments