File tree Expand file tree Collapse file tree 4 files changed +14633
-5
lines changed
Expand file tree Collapse file tree 4 files changed +14633
-5
lines changed Original file line number Diff line number Diff line change 3535 if : needs.check_source.outputs.run_tests == 'true'
3636 # Use a specific image version for reproducible builds
3737 container :
38- image : opensuse/leap:15.5
38+ image : opensuse/leap:15.6
3939 strategy :
4040 fail-fast : false
4141 matrix :
Original file line number Diff line number Diff line change 1818 name : ' Docs'
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : ' Install Dependencies'
23- run : sudo ./.github/workflows/posix-deps-zypp.sh && sudo apt-get install wamerican
23+ run : sudo ./.github/workflows/posix-deps-zypp.sh
24+ # sudo apt-get install wamerican
2425 - name : ' Configure CPython'
2526 run : ./configure --with-pydebug
2627 - name : ' Build CPython'
3031 - name : ' Build documentation'
3132 run : xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" suspicious html
3233 - name : ' Upload'
33- uses : actions/upload-artifact@v1
34+ uses : actions/upload-artifact@v4
3435 with :
3536 name : doc-html
3637 path : Doc/build/html
You can’t perform that action at this time.
0 commit comments