We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e3671 commit 951a743Copy full SHA for 951a743
.github/workflows/deploy-branch.yml
@@ -48,4 +48,4 @@ jobs:
48
token: ${{secrets.GITHUB_TOKEN}}
49
status: ${{job.status}}
50
deployment_id: ${{steps.deployment.outputs.deployment_id}}
51
- env_url: ${{secrets.TARANTOOL_HOST}}/doc/${{env.BRANCH_NAME}}
+ env_url: ${{secrets.TARANTOOL_HOST}}/doc/${{env.BRANCH_NAME}}/
0 commit comments