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 8ff1ff7 commit eb8f953Copy full SHA for eb8f953
.github/workflows/deploy-docs.yml
@@ -42,7 +42,7 @@ jobs:
42
docs-host: ${{ secrets.DOCS_HOST }}
43
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
44
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
45
- site-path: target/site
+ site-path: target/antora/site
46
- name: Bust Cloudflare Cache
47
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.20
48
with:
0 commit comments