Skip to content

Commit

Permalink
added mkdocstrings python handler
Browse files Browse the repository at this point in the history
  • Loading branch information
w11wo committed Jul 11, 2022
1 parent 14a38c9 commit 3c9f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material mkdocstrings
run: pip install mkdocs-material mkdocstrings mkdocstrings-python-legacy
- name: Deploy docs
run: mkdocs gh-deploy --force

0 comments on commit 3c9f59c

Please sign in to comment.