Skip to content

Commit 26d6921

Browse files
committed
drop /reference from httpdocs-path
1 parent 5cb7037 commit 26d6921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
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/reference
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)