File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 34
34
env : " branch-${{env.BRANCH_NAME}}"
35
35
ref : ${{github.head_ref}}
36
36
37
+ - run : pip install sphinx-panels
37
38
- run : cmake .
38
39
- run : make pull-modules
39
40
- run : make build-modules
Original file line number Diff line number Diff line change 15
15
with :
16
16
token : " ${{ secrets.TARANTOOLBOT_TOKEN }}"
17
17
18
+ - run : pip install sphinx-panels
19
+
18
20
- name : Set branch name from source branch
19
21
run : echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
20
22
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
16
+ - run : pip install sphinx-panels
17
+
16
18
- name : Set branch name from source branch
17
19
run : echo "BRANCH_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV
18
20
You can’t perform that action at this time.
0 commit comments