Skip to content

Commit 829c789

Browse files
committed
Update to spring-doc-actions 0.0.21
Closes gh-48126
1 parent 9c4c1a5 commit 829c789

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
@@ -50,7 +50,7 @@ jobs:
5050
run: node run.js --no-checkout
5151
- name: Sync OSS Documentation
5252
if: ${{ !vars.COMMERCIAL }}
53-
uses: spring-io/spring-doc-actions/[email protected].20
53+
uses: spring-io/spring-doc-actions/[email protected].21
5454
with:
5555
docs-username: ${{ secrets.DOCS_USERNAME }}
5656
docs-host: ${{ secrets.DOCS_HOST }}
@@ -73,7 +73,7 @@ jobs:
7373
destination: '${{ vars.COMMERCIAL_DOCS_HOST }}/spring-boot'
7474
parent: false
7575
- name: Bust Cloudflare Cache
76-
uses: spring-io/spring-doc-actions/[email protected].20
76+
uses: spring-io/spring-doc-actions/[email protected].21
7777
with:
7878
context-root: spring-boot
7979
context-path: /

0 commit comments

Comments
 (0)