Skip to content

Commit 6e540b2

Browse files
committed
Update to spring-doc-actions v0.0.19
Closes gh-16797
1 parent 42a6b9f commit 6e540b2

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
@@ -36,14 +36,14 @@ jobs:
3636
- name: Copy the cache to be included in the site
3737
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
3838
- name: Publish Docs
39-
uses: spring-io/spring-doc-actions/[email protected].18
39+
uses: spring-io/spring-doc-actions/[email protected].19
4040
with:
4141
docs-username: ${{ secrets.DOCS_USERNAME }}
4242
docs-host: ${{ secrets.DOCS_HOST }}
4343
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4444
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4545
- name: Bust Clouflare Cache
46-
uses: spring-io/spring-doc-actions/[email protected].18
46+
uses: spring-io/spring-doc-actions/[email protected].19
4747
with:
4848
context-root: spring-security
4949
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)