We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f24388 commit 7902236Copy full SHA for 7902236
.github/workflows/deploy.yml
@@ -32,8 +32,7 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- pip install -e .
36
- pip install -r docs/requirements.txt
+ pip install -e .[docs]
37
- name: Build MkDocs documentation
38
run: mkdocs build --strict --site-dir ./docs/build/html
39
- name: Upload artifact
0 commit comments