Skip to content

Commit 7902236

Browse files
committed
fixing action
1 parent 6f24388 commit 7902236

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install -e .
36-
pip install -r docs/requirements.txt
35+
pip install -e .[docs]
3736
- name: Build MkDocs documentation
3837
run: mkdocs build --strict --site-dir ./docs/build/html
3938
- name: Upload artifact

0 commit comments

Comments
 (0)