Skip to content

Commit

Permalink
Bump spring-io/spring-doc-actions from 0.0.13 to 0.0.14
Browse files Browse the repository at this point in the history
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.13 to 0.0.14.
- [Commits](spring-io/spring-doc-actions@v0.0.13...v0.0.14)

---
updated-dependencies:
- dependency-name: spring-io/spring-doc-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcusdacoregio committed Jan 23, 2024
1 parent cbfcc2b commit a3235c5
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 @@ -42,14 +42,14 @@ jobs:
- name: ls existing cache
run: ls ~/.cache/antora/collector-cache/spring-session-* || true
- name: Publish Docs
uses: spring-io/spring-doc-actions/[email protected].13
uses: spring-io/spring-doc-actions/[email protected].14
with:
docs-username: ${{ secrets.DOCS_USERNAME }}
docs-host: ${{ secrets.DOCS_HOST }}
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
- name: Bust Clouflare Cache
uses: spring-io/spring-doc-actions/[email protected].13
uses: spring-io/spring-doc-actions/[email protected].14
with:
context-root: spring-session
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
Expand Down

0 comments on commit a3235c5

Please sign in to comment.