diff --git a/.github/workflows/make_docs.yaml b/.github/workflows/make_docs.yaml index be7672c..c52cfb2 100644 --- a/.github/workflows/make_docs.yaml +++ b/.github/workflows/make_docs.yaml @@ -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 \ No newline at end of file + - run: pip install mkdocs-material mkdocs-jupyter mkdocs-plotly-plugin mkdocstrings + - run: mkdocs gh-deploy --force