Skip to content

Commit

Permalink
Added mkdocstrings to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Nov 13, 2024
1 parent 528e0d3 commit f03088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cgatcore_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Install MkDocs and Dependencies
run: |
pip install mkdocs mkdocs-material
pip install mkdocs mkdocs-material mkdocstrings
- name: Build and Deploy MkDocs Site
run: mkdocs gh-deploy --force --clean
Expand Down

0 comments on commit f03088c

Please sign in to comment.