Skip to content

Commit 5cb7037

Browse files
rwinchphilwebb
authored andcommitted
Update to spring-doc-actions v0.0.19
This will automatically setup zip file for download of the documentation
1 parent 713b95c commit 5cb7037

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
@@ -45,7 +45,7 @@ jobs:
4545
BUILD_VERSION: ${{ github.event.inputs.build-version }}
4646
run: node run.js --no-checkout
4747
- name: Sync Documentation
48-
uses: spring-io/spring-doc-actions/[email protected].18
48+
uses: spring-io/spring-doc-actions/[email protected].19
4949
with:
5050
docs-username: ${{ secrets.DOCS_USERNAME }}
5151
docs-host: ${{ secrets.DOCS_HOST }}
@@ -56,7 +56,7 @@ jobs:
5656
BUILD_REFNAME: ${{ github.event.inputs.build-refname }}
5757
BUILD_VERSION: ${{ github.event.inputs.build-version }}
5858
- name: Bust Cloudflare Cache
59-
uses: spring-io/spring-doc-actions/[email protected].18
59+
uses: spring-io/spring-doc-actions/[email protected].19
6060
with:
6161
context-root: spring-boot
6262
context-path: /

0 commit comments

Comments
 (0)