]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Don't upload CI artifacts (#100330)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 19 Dec 2022 08:40:11 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Dec 2022 08:40:11 +0000 (10:40 +0200)
.github/workflows/doc.yml

index 44a1f206df1eb906228b1f71f3dc7ed9001e579d..465da12fa1be80aa539e911e238406b2354e18c1 100644 (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: