Skip to content

Commit 447b93b

Browse files
committed
Upgrade spring-doc-actions to 0.0.15.
1 parent add5597 commit 447b93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
run: |
3939
./mvnw --no-transfer-progress -B antora
4040
- name: Publish Docs
41-
uses: spring-io/spring-doc-actions/[email protected].13
41+
uses: spring-io/spring-doc-actions/[email protected].15
4242
with:
4343
docs-username: ${{ secrets.DOCS_USERNAME }}
4444
docs-host: ${{ secrets.DOCS_HOST }}
4545
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4646
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
4747
site-path: target/antora/site
4848
- name: Bust Cloudflare Cache
49-
uses: spring-io/spring-doc-actions/[email protected].11
49+
uses: spring-io/spring-doc-actions/[email protected].15
5050
with:
5151
context-root: spring-cloud-commons
5252
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}

0 commit comments

Comments
 (0)