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 cb3ea74 commit d9ba4feCopy full SHA for d9ba4fe
.github/workflows/deploy-branch.yml
@@ -1,4 +1,5 @@
1
name: Deploy branch
2
+
3
on:
4
pull_request:
5
jobs:
@@ -18,5 +19,23 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v2
21
22
+ - name: Start dev server deployment
23
+ uses: bobheadxi/[email protected]
24
+ id: deployment
25
+ with:
26
+ step: start
27
+ token: ${{secrets.GITHUB_TOKEN}}
28
+ env: ${{env.BRANCH_NAME}}
29
+ ref: ${{github.head_ref}}
30
31
- run: sphinx-build -b json source -d build/.doctrees build/json
32
- run: bash upload_output.sh
33
34
+ - name: update deployment status
35
36
37
+ step: finish
38
39
+ status: ${{job.status}}
40
+ deployment_id: ${{steps.deployment.outputs.deployment_id}}
41
+ env_url: https://docs.d.tarantool.io/en/dev/core/
0 commit comments