Skip to content

Commit eb8f953

Browse files
committed
Fix site-path
1 parent 8ff1ff7 commit eb8f953

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
@@ -42,7 +42,7 @@ jobs:
4242
docs-host: ${{ secrets.DOCS_HOST }}
4343
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4444
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
45-
site-path: target/site
45+
site-path: target/antora/site
4646
- name: Bust Cloudflare Cache
4747
uses: spring-io/spring-doc-actions/bust-cloudflare-antora-cache@v0.0.20
4848
with:

0 commit comments

Comments
 (0)