Skip to content

Commit

Permalink
Bump spring-io/spring-doc-actions from 0.0.8 to 0.0.18
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.8 to 0.0.18.
- [Commits](spring-io/spring-doc-actions@v0.0.8...v0.0.18)

---
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 jzheaux committed Aug 15, 2024
1 parent 8e43226 commit a1d5884
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -35,14 +35,14 @@ jobs:
- name: Run Antora
run: ./gradlew antora
- name: Publish Docs
uses: spring-io/spring-doc-actions/[email protected].8
uses: spring-io/spring-doc-actions/[email protected].18
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 Cloudflare Cache
uses: spring-io/spring-doc-actions/[email protected].8
uses: spring-io/spring-doc-actions/[email protected].18
with:
context-root: spring-ldap
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
2 changes: 1 addition & 1 deletion .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Update on docs-build
steps:
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677
name: Update
with:
docs-branch: 'docs-build'

0 comments on commit a1d5884

Please sign in to comment.