Skip to content

Commit 09ca8b4

Browse files
Bump spring-io/spring-doc-actions from 0.0.20 to 0.0.21 (#38)
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.20 to 0.0.21. - [Commits](spring-io/spring-doc-actions@v0.0.20...v0.0.21) --- updated-dependencies: - dependency-name: spring-io/spring-doc-actions dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2a11ad commit 09ca8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spring-build-and-deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
5252

5353
- name: Publish Docs
54-
uses: spring-io/spring-doc-actions/[email protected].20
54+
uses: spring-io/spring-doc-actions/[email protected].21
5555
with:
5656
docs-username: ${{ secrets.DOCS_USERNAME }}
5757
docs-host: ${{ secrets.DOCS_HOST }}
5858
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
5959
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
6060

6161
- name: Bust Cloudflare Cache
62-
uses: spring-io/spring-doc-actions/[email protected].20
62+
uses: spring-io/spring-doc-actions/[email protected].21
6363
with:
6464
context-root: ${{ github.event.repository.name }}
6565
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)