Skip to content

Commit 04ffa7e

Browse files
rwinchgregturn
authored andcommitted
Fix rsync site-path.
See #3121
1 parent 6a5e3e5 commit 04ffa7e

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
@@ -44,7 +44,7 @@ jobs:
4444
docs-host: ${{ secrets.DOCS_HOST }}
4545
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
4646
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
47-
site-path: spring-data-jpa/target/antora/site
47+
site-path: target/antora/site
4848
- name: Bust Cloudflare Cache
4949
uses: spring-io/spring-doc-actions/[email protected]
5050
with:

0 commit comments

Comments
 (0)