Skip to content

Commit 4cecba9

Browse files
authored
Fix error in docs.yml
1 parent de2ee1e commit 4cecba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install sphinx==7.4.7 sphinxawesome-theme==5.3.2 sphinx-autodoc-typehints==2.3.0 sphinx-multiversion==0.2.4
2828
2929
- name: Build documentation
30-
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color"
30+
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color
3131

3232
- name: Upload artifacts
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)