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 6519aec commit bbed59dCopy full SHA for bbed59d
.github/workflows/deploy-docs.yml
@@ -39,7 +39,7 @@ jobs:
39
./mvnw -B antora
40
41
- name: Publish Docs
42
- uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
+ uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.16
43
with:
44
docs-username: ${{ secrets.DOCS_USERNAME }}
45
docs-host: ${{ secrets.DOCS_HOST }}
@@ -48,7 +48,7 @@ jobs:
48
site-path: target/antora/site
49
50
- name: Bust Cloudflare Cache
51
- 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.16
52
53
context-root: spring-modulith
54
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
0 commit comments