We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad91e8a commit f669294Copy full SHA for f669294
.github/workflows/deploy-docs.yml
@@ -40,7 +40,7 @@ jobs:
40
docs-host: ${{ secrets.DOCS_HOST }}
41
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
42
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
43
- site-path: target/antora/site
+ site-path: target/site
44
- name: Bust Cloudflare Cache
45
uses: spring-io/spring-doc-actions/[email protected]
46
with:
0 commit comments