We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d33e commit 70e9e08Copy full SHA for 70e9e08
1 file changed
.github/workflows/deploy-docs.yml
@@ -36,15 +36,15 @@ jobs:
36
run: |
37
./mvnw --no-transfer-progress --batch-mode antora
38
- name: Publish Docs
39
- uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.20
+ uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.21
40
with:
41
docs-username: ${{ secrets.DOCS_USERNAME }}
42
docs-host: ${{ secrets.DOCS_HOST }}
43
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
44
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
45
site-path: target/antora/site
46
- name: Bust Cloudflare Cache
47
- 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
48
49
context-root: spring-batch
50
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
0 commit comments