Skip to content

Commit 24e66d0

Browse files
Bump spring-io/spring-doc-actions from 0.0.21 to 0.0.22
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) from 0.0.21 to 0.0.22. - [Commits](spring-io/spring-doc-actions@v0.0.21...v0.0.22) --- updated-dependencies: - dependency-name: spring-io/spring-doc-actions dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da88ee4 commit 24e66d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
- name: Copy the cache to be included in the site
3737
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
3838
- name: Publish Docs
39-
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.21
39+
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.22
4040
with:
4141
docs-username: ${{ secrets.DOCS_USERNAME }}
4242
docs-host: ${{ secrets.DOCS_HOST }}
4343
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4444
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4545
- name: Bust Clouflare Cache
46-
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.21
46+
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.22
4747
with:
4848
context-root: spring-security
4949
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)