We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf72ce commit e87841bCopy full SHA for e87841b
.github/workflows/doc.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: 'Build documentation'
40
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspicious
41
- name: 'Upload'
42
- uses: actions/upload-artifact@v2.2.2
+ uses: actions/upload-artifact@v2.3.1
43
with:
44
name: doc-html
45
path: Doc/build/html
0 commit comments