Skip to content

Commit d9cf5d4

Browse files
committed
Add '/' to path
1 parent 8a533d7 commit d9cf5d4

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
@@ -51,7 +51,7 @@ jobs:
5151
docs-host: ${{ secrets.DOCS_HOST }}
5252
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
5353
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
54-
httpdocs-path: /spring-boot/antora
54+
httpdocs-path: /spring-boot/antora/
5555
env:
5656
BUILD_REFNAME: ${{ github.event.inputs.build-refname }}
5757
BUILD_VERSION: ${{ github.event.inputs.build-version }}

0 commit comments

Comments
 (0)