Skip to content

Commit 3289264

Browse files
ci: install all optional dependencies in docs workflow
1 parent 0adf7a2 commit 3289264

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
with:
2121
python-version: '3.12'
2222
- run: pip install mkdocs-material mkdocs-click
23+
- run: pip install ".[all]"
2324
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)