Skip to content

Commit bbed59d

Browse files
committed
Update Github Actions.
1 parent 6519aec commit bbed59d

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
@@ -39,7 +39,7 @@ jobs:
3939
./mvnw -B antora
4040
4141
- name: Publish Docs
42-
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.11
42+
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.16
4343
with:
4444
docs-username: ${{ secrets.DOCS_USERNAME }}
4545
docs-host: ${{ secrets.DOCS_HOST }}
@@ -48,7 +48,7 @@ jobs:
4848
site-path: target/antora/site
4949

5050
- name: Bust Cloudflare Cache
51-
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11
51+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.16
5252
with:
5353
context-root: spring-modulith
5454
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)