Skip to content

Commit

Permalink
Add panels on the starter pages
Browse files Browse the repository at this point in the history
Resolve #2381
  • Loading branch information
NickVolynkin committed Oct 19, 2021
1 parent da3e129 commit 21b1dee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env: "branch-${{env.BRANCH_NAME}}"
ref: ${{github.head_ref}}

- run: pip install sphinx-panels
- run: cmake .
- run: make pull-modules
- run: make build-modules
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
token: "${{ secrets.TARANTOOLBOT_TOKEN }}"

- run: pip install sphinx-panels

- name: Set branch name from source branch
run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: pip install sphinx-panels

- name: Set branch name from source branch
run: echo "BRANCH_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV

Expand Down

0 comments on commit 21b1dee

Please sign in to comment.