File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 13
13
# The type of runner that the job will run on
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/setup-python@v5
16
+ - uses : actions/setup-python@v4
17
17
with :
18
- python-version : " 3.12 "
18
+ python-version : " 3.10 "
19
19
- name : Checkout
20
20
uses : actions/checkout@v4
21
21
with :
@@ -25,19 +25,12 @@ jobs:
25
25
sudo apt-get update;
26
26
sudo apt-get install pandoc;
27
27
pip install -e .
28
- - name : Build
29
- uses : sphinx-notes/pages@v3
28
+ - name : Build and Commit
29
+ uses : sphinx-notes/pages@v2
30
30
with :
31
- python_version : 3.12
32
31
requirements_path : doc/requirements.txt
33
32
documentation_path : doc/source
34
- publish : false
35
- - name : Commit
36
- uses : peaceiris/actions-gh-pages@v4
37
- with :
38
- github_token : ${{ secrets.GITHUB_TOKEN }}
39
- publish_dir : ${{ steps.deployment.outputs.artifact }}
40
- destination_dir : ${{ env.RELEASE_VERSION }}
33
+ target_path : latest
41
34
- name : Push changes
42
35
uses : ad-m/github-push-action@master
43
36
with :
You can’t perform that action at this time.
0 commit comments