mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Docs: Don't upload CI artifacts (#100330)
This commit is contained in:
parent
532aa4e4e0
commit
702a5bc463
1 changed files with 0 additions and 10 deletions
10
.github/workflows/doc.yml
vendored
10
.github/workflows/doc.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue