diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 90eccebbe..0c96bbcee 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -23,5 +23,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material mkdocstrings mkdocstrings-python termynal + - run: pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python termynal markdown-include mkdocs-open-in-new-tab - run: mkdocs gh-deploy --force