Skip to content

Commit

Permalink
Update make_docs.yaml
Browse files Browse the repository at this point in the history
added docstring dependencies
  • Loading branch information
haeussma authored Sep 15, 2024
1 parent e91cd84 commit f16544b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
path: .cache
key: ${{ github.ref }}
- run: pip install mkdocs-material mkdocs-jupyter mkdocs-plotly-plugin
- run: mkdocs gh-deploy --force
- run: pip install mkdocs-material mkdocs-jupyter mkdocs-plotly-plugin mkdocstrings
- run: mkdocs gh-deploy --force

0 comments on commit f16544b

Please sign in to comment.