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 94f7853 commit ef158c9Copy full SHA for ef158c9
.github/workflows/publish-docs.yml
@@ -61,7 +61,7 @@ jobs:
61
run: poetry run python -m pip install pip -U
62
63
- name: Install dependencies [w/ docs]
64
- run: poetry install -E docs
+ run: poetry install --extras "docs lint"
65
66
- name: Build documentation
67
run: |
0 commit comments