diff --git a/.github/workflows/gh_pages_ci.yaml b/.github/workflows/gh_pages_ci.yaml index c712c2f3..55d4cd0e 100644 --- a/.github/workflows/gh_pages_ci.yaml +++ b/.github/workflows/gh_pages_ci.yaml @@ -25,5 +25,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install mkdocs-material mkdocstrings[python], mkdocs-gen-files - run: mkdocs gh-deploy --force \ No newline at end of file