Skip to content

Commit dc8126f

Browse files
authored
Merge pull request #8 from Spill-Tea/deploy-docs-patch
fix(workflows.build-docs): Fix extra requirement name to use doc inst…
2 parents 5ef80d4 + ada6b9e commit dc8126f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install -U pip
3030
pip install wheel setuptools
31-
pip install ".[docs]"
31+
pip install ".[doc]"
3232
3333
- name: Build documentation
3434
run: |

0 commit comments

Comments
 (0)