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 @@ -22,16 +22,21 @@ jobs:
2222 ref : ${{ github.event.repository.default_branch }}
2323 persist-credentials : false
2424 fetch-depth : 0
25+
2526 - name : Set up Python
2627 uses : actions/setup-python@v5
2728 with :
2829 python-version : ' 3.10'
30+
2931 - name : Set up env
3032 run : make -C docs setupenv
33+
3134 - name : Build docs
3235 run : make -C docs multiversion
36+
3337 - name : Build redirects
3438 run : make -C docs redirects
39+
3540 - name : Deploy docs to GitHub Pages
3641 run : ./docs/_utils/deploy.sh
3742 env :
Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ jobs:
2424 with :
2525 persist-credentials : false
2626 fetch-depth : 0
27+
2728 - name : Set up Python
2829 uses : actions/setup-python@v5
2930 with :
3031 python-version : ' 3.10'
32+
3133 - name : Set up env
3234 run : make -C docs setupenv
35+
3336 - name : Build docs
3437 run : make -C docs test
You can’t perform that action at this time.
0 commit comments