File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 docs :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-python@v5
18- - name : Install dependencies
16+ - uses : actions/checkout@v3
17+ - name : Set up Python 3.10
18+ - uses : actions/setup-python@v3
19+ - name : Install python dependencies
1920 run : |
2021 pip install sphinx sphinx_rtd_theme myst_parser
2122 - name : Build Sphinx for GitHub Pages
3637 git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3738 git add ./.
3839 git commit -m "Autobuild latest version"
39- git push
40+ git push
Original file line number Diff line number Diff line change 3232# ones.
3333extensions = ['myst_parser' ]
3434
35-
3635# Add any paths that contain templates here, relative to this directory.
3736templates_path = ['_templates' ]
3837
You can’t perform that action at this time.
0 commit comments