Skip to content

Commit

Permalink
Update to spring-doc-actions v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrandja authored Mar 25, 2024
1 parent 28a0ae4 commit 3682935
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 @@ -37,14 +37,14 @@ jobs:
- name: Copy the cache to be included in the site
run: cp -rf build/antora/inject-collector-cache-config-extension/.cache build/site/
- name: Publish Docs
uses: spring-io/spring-doc-actions/[email protected].11
uses: spring-io/spring-doc-actions/[email protected].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 }}
- name: Bust Clouflare Cache
uses: spring-io/spring-doc-actions/[email protected].11
uses: spring-io/spring-doc-actions/[email protected].15
with:
context-root: spring-authorization-server
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
Expand Down

0 comments on commit 3682935

Please sign in to comment.