diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-12-19 08:40:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 08:40:11 (GMT) |
commit | 702a5bc4637c82dc011e98b84f0cede98eb08dda (patch) | |
tree | 6946895c77e22945f53de4bee25619e67fa7960f | |
parent | 532aa4e4e019812d0388920768ede7c04232ebe1 (diff) | |
download | cpython-702a5bc4637c82dc011e98b84f0cede98eb08dda.zip cpython-702a5bc4637c82dc011e98b84f0cede98eb08dda.tar.gz cpython-702a5bc4637c82dc011e98b84f0cede98eb08dda.tar.bz2 |
Docs: Don't upload CI artifacts (#100330)
-rw-r--r-- | .github/workflows/doc.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 44a1f20..465da12 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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: |