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 0f45a34 commit 839c343Copy full SHA for 839c343
.github/workflows/docs.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Upload HTML
41
uses: actions/upload-artifact@v4
42
with:
43
- name: html-${{ github.job }}-${{ strategy.job-index }}
+ name: html-${{ github.job }}-${{ strategy.job-index }}
44
path: build/sphinx/html
45
- name: Build PDF docs
46
run: |
@@ -49,6 +49,5 @@ jobs:
49
- name: Upload PDF
50
51
52
- name: pdf-python-${{matrix.python-version}}-${{ github.job }}-${{ strategy.job-index }}
+ name: pdf-python-${{matrix.python-version}}-${{ github.job }}-${{ strategy.job-index }}
53
path: docs/build/latex/nbconvert.pdf
54
-
0 commit comments