mirror of https://github.com/python/cpython
Docs: Don't upload CI artifacts (#100330)
This commit is contained in:
parent
532aa4e4e0
commit
702a5bc463
|
@ -50,18 +50,8 @@ jobs:
|
||||||
run: make -C Doc/ venv
|
run: make -C Doc/ venv
|
||||||
- name: 'Check documentation'
|
- name: 'Check documentation'
|
||||||
run: make -C Doc/ check
|
run: make -C Doc/ check
|
||||||
- name: 'Upload NEWS'
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: NEWS
|
|
||||||
path: Doc/build/NEWS
|
|
||||||
- name: 'Build HTML documentation'
|
- name: 'Build HTML documentation'
|
||||||
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
|
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
|
||||||
- name: 'Upload docs'
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: doc-html
|
|
||||||
path: Doc/build/html
|
|
||||||
|
|
||||||
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
|
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
|
||||||
doctest:
|
doctest:
|
||||||
|
|
Loading…
Reference in New Issue