Skip to content

Commit c4fe909

Browse files
committed
ci(publish-docs): Install docs via --extras docs
1 parent dabd2e7 commit c4fe909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
shell: bash
6161
run: poetry run python -m pip install pip -U
6262

63-
- name: Install dependencies
64-
run: poetry install
63+
- name: Install dependencies [w/ docs]
64+
run: poetry install -E docs
6565

6666
- name: Build documentation
6767
run: |

0 commit comments

Comments
 (0)