Skip to content

Commit 6971535

Browse files
committed
Update workflow to work without release
1 parent 6b096e3 commit 6971535

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install documentation dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -e .[docs]
28+
# Install all documentation dependencies directly instead of using -e .[docs]
29+
pip install mkdocs-material mkdocstrings-python mkdocs-table-reader-plugin mkdocs-include-markdown-plugin mkdocs-gen-files mkdocs-literate-nav markdown-include pymdown-extensions pygments
2930
3031
- name: Deploy documentation
3132
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)