Skip to content

Commit 21b1dee

Browse files
committed
Add panels on the starter pages
Resolve #2381
1 parent da3e129 commit 21b1dee

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/deploy-branch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
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

.github/workflows/pull-translation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
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

.github/workflows/push-translation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
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

0 commit comments

Comments
 (0)