Skip to content

Commit

Permalink
Upgrade spring-doc-actions to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jul 22, 2024
1 parent 63742a9 commit a1bb205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
BUILD_VERSION: ${{ github.event.inputs.build-version }}
run: node run.js --no-checkout
- name: Sync Documentation
uses: spring-io/spring-doc-actions/[email protected].16
uses: spring-io/spring-doc-actions/[email protected].18
with:
docs-username: ${{ secrets.DOCS_USERNAME }}
docs-host: ${{ secrets.DOCS_HOST }}
Expand All @@ -56,7 +56,7 @@ jobs:
BUILD_REFNAME: ${{ github.event.inputs.build-refname }}
BUILD_VERSION: ${{ github.event.inputs.build-version }}
- name: Bust Cloudflare Cache
uses: spring-io/spring-doc-actions/[email protected].17
uses: spring-io/spring-doc-actions/[email protected].18
with:
context-root: spring-boot
context-path: /
Expand Down

0 comments on commit a1bb205

Please sign in to comment.