We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ace103 commit b8812c9Copy full SHA for b8812c9
.github/workflows/doc.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: 'Build HTML documentation'
49
run: make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" html
50
- name: 'Upload'
51
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v3
52
with:
53
name: doc-html
54
path: Doc/build/html
0 commit comments