File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,21 @@ jobs:
2626 ref : ${{ github.event.repository.default_branch }}
2727 persist-credentials : false
2828 fetch-depth : 0
29+
2930 - name : Set up Python
3031 uses : actions/setup-python@v6
3132 with :
3233 python-version : ' 3.10'
34+
3335 - name : Set up env
3436 run : make -C docs setupenv
37+
3538 - name : Build docs
3639 run : make -C docs multiversion
40+
3741 - name : Build redirects
3842 run : make -C docs redirects
43+
3944 - name : Deploy docs to GitHub Pages
4045 run : ./docs/_utils/deploy.sh
4146 env :
Original file line number Diff line number Diff line change @@ -32,11 +32,14 @@ jobs:
3232 with :
3333 persist-credentials : false
3434 fetch-depth : 0
35+
3536 - name : Set up Python
3637 uses : actions/setup-python@v6
3738 with :
3839 python-version : ' 3.10'
40+
3941 - name : Set up env
4042 run : make -C docs setupenv
43+
4144 - name : Build docs
4245 run : make -C docs test
You can’t perform that action at this time.
0 commit comments