Add '/' to path

This commit is contained in:
Phillip Webb 2025-05-05 12:40:12 -07:00
parent 8a533d7f94
commit d9cf5d4bd9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
docs-host: ${{ secrets.DOCS_HOST }}
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
httpdocs-path: /spring-boot/antora
httpdocs-path: /spring-boot/antora/
env:
BUILD_REFNAME: ${{ github.event.inputs.build-refname }}
BUILD_VERSION: ${{ github.event.inputs.build-version }}