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 3434 env : " branch-${{env.BRANCH_NAME}}"
3535 ref : ${{github.head_ref}}
3636
37+ - run : pip install sphinx-panels
3738 - run : cmake .
3839 - run : make pull-modules
3940 - run : make build-modules
Original file line number Diff line number Diff line change 1515 with :
1616 token : " ${{ secrets.TARANTOOLBOT_TOKEN }}"
1717
18+ - run : pip install sphinx-panels
19+
1820 - name : Set branch name from source branch
1921 run : echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
2022
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v2
1515
16+ - run : pip install sphinx-panels
17+
1618 - name : Set branch name from source branch
1719 run : echo "BRANCH_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV
1820
You can’t perform that action at this time.
0 commit comments