Docs: Don't upload CI artifacts (#100330)

This commit is contained in:
Hugo van Kemenade 2022-12-19 10:40:11 +02:00 committed by GitHub
parent 532aa4e4e0
commit 702a5bc463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -50,18 +50,8 @@ jobs:
run: make -C Doc/ venv
- name: 'Check documentation'
run: make -C Doc/ check
- name: 'Upload NEWS'
uses: actions/upload-artifact@v3
with:
name: NEWS
path: Doc/build/NEWS
- name: 'Build HTML documentation'
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
doctest: