Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cppwfs committed Mar 21, 2024
1 parent 89b5f85 commit d9f6946
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 @@ -38,15 +38,15 @@ jobs:
run: |
./mvnw --no-transfer-progress -B antora
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.15
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 }}
site-path: target/antora/site
- name: Bust Cloudflare Cache
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.11
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.15
with:
context-root: spring-cloud-task
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
Expand Down

0 comments on commit d9f6946

Please sign in to comment.