Skip to content

Commit 1fdb288

Browse files
committed
Update deployment workflow to include mkdocstrings for enhanced documentation generation.
1 parent e41d4a8 commit 1fdb288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkdocs-material-
4040
4141
- name: 📦 Install dependencies
42-
run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocs-static-i18n
42+
run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocstrings mkdocs-static-i18n mkdocstrings-python
4343

4444
- name: 🚀 Deploy to GitHub Pages
4545
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)