We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb7037 commit 26d6921Copy full SHA for 26d6921
.github/workflows/deploy-docs.yml
@@ -51,7 +51,7 @@ jobs:
51
docs-host: ${{ secrets.DOCS_HOST }}
52
docs-ssh-key: ${{ secrets.DOCS_SSH_KEY }}
53
docs-ssh-host-key: ${{ secrets.DOCS_SSH_HOST_KEY }}
54
- httpdocs-path: /spring-boot/antora/reference
+ httpdocs-path: /spring-boot/antora
55
env:
56
BUILD_REFNAME: ${{ github.event.inputs.build-refname }}
57
BUILD_VERSION: ${{ github.event.inputs.build-version }}
0 commit comments