8000 Upload NEWS file as artifact (#30419) · python/cpython@57dfb1c · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 57dfb1c

Browse files
hugovkmerwok
andauthored
Upload NEWS file as artifact (#30419)
Co-authored-by: Éric <earaujo@caravan.coop>
1 parent 71a4a2d commit 57dfb1c

File tree 8000

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/doc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,14 @@ jobs:
5050
run: make -C Doc/ venv
5151
- name: 'Check documentation'
5252
run: make -C Doc/ check
53+
- name: 'Upload NEWS'
54+
uses: actions/upload-artifact@v3
55+
with:
56+
name: NEWS
57+
path: Doc/build/NEWS
5358
- name: 'Build HTML documentation'
5459
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
55-
- name: 'Upload'
60+
- name: 'Upload docs'
5661
uses: actions/upload-artifact@v3
5762
with:
5863
name: doc-html

0 commit comments

Comments
 (0)
0