Skip to content

Commit 951a743

Browse files
authored
fix deploy-branch workflow (#2634)
1 parent 00e3671 commit 951a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
token: ${{secrets.GITHUB_TOKEN}}
4949
status: ${{job.status}}
5050
deployment_id: ${{steps.deployment.outputs.deployment_id}}
51-
env_url: ${{secrets.TARANTOOL_HOST}}/doc/${{env.BRANCH_NAME}}
51+
env_url: ${{secrets.TARANTOOL_HOST}}/doc/${{env.BRANCH_NAME}}/

0 commit comments

Comments
 (0)