Skip to content

Commit 839c343

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f45a34 commit 839c343

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload HTML
4141
uses: actions/upload-artifact@v4
4242
with:
43-
name: html-${{ github.job }}-${{ strategy.job-index }}
43+
name: html-${{ github.job }}-${{ strategy.job-index }}
4444
path: build/sphinx/html
4545
- name: Build PDF docs
4646
run: |
@@ -49,6 +49,5 @@ jobs:
4949
- name: Upload PDF
5050
uses: actions/upload-artifact@v4
5151
with:
52-
name: pdf-python-${{matrix.python-version}}-${{ github.job }}-${{ strategy.job-index }}
52+
name: pdf-python-${{matrix.python-version}}-${{ github.job }}-${{ strategy.job-index }}
5353
path: docs/build/latex/nbconvert.pdf
54-

0 commit comments

Comments
 (0)