Skip to content

Commit 7615946

Browse files
committed
Bump spring-io/spring-doc-actions from 0.0.20 to 0.0.21
Updates the spring-doc-actions reference in the documentation workflow to use the latest version (v0.0.21) for both the rsync-antora-reference and bust-cloudflare-antora-cache actions. Signed-off-by: Glenn Renfro <[email protected]>
1 parent a2a11ad commit 7615946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spring-build-and-deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
5252

5353
- name: Publish Docs
54-
uses: spring-io/spring-doc-actions/[email protected].20
54+
uses: spring-io/spring-doc-actions/[email protected].21
5555
with:
5656
docs-username: ${{ secrets.DOCS_USERNAME }}
5757
docs-host: ${{ secrets.DOCS_HOST }}
5858
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
5959
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
6060

6161
- name: Bust Cloudflare Cache
62-
uses: spring-io/spring-doc-actions/[email protected].20
62+
uses: spring-io/spring-doc-actions/[email protected].21
6363
with:
6464
context-root: ${{ github.event.repository.name }}
6565
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)