Skip to content

Commit b14a201

Browse files
committed
Update spring-doc-actions to 0.0.16
1 parent 10e5029 commit b14a201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

+2-2
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].14
39+
uses: spring-io/spring-doc-actions/[email protected].16
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].14
46+
uses: spring-io/spring-doc-actions/[email protected].16
4747
with:
4848
context-root: spring-framework
4949
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)