Skip to content

Commit f669294

Browse files
rwinchfmbenhassine
authored andcommitted
Fix site-path
The site is deployed to target/site not target/antora/site
1 parent ad91e8a commit f669294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
docs-host: ${{ secrets.DOCS_HOST }}
4141
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4242
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
43-
site-path: target/antora/site
43+
site-path: target/site
4444
- name: Bust Cloudflare Cache
4545
uses: spring-io/spring-doc-actions/[email protected]
4646
with:

0 commit comments

Comments
 (0)