We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e56e9c + babb8c4 commit c409875Copy full SHA for c409875
.github/workflows/deploy-docs.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install mkdocs-material mkdocstrings pymdown-extensions
+ pip install mkdocs-material mkdocstrings mkdocstrings-python pymdown-extensions
25
26
- name: Build MkDocs site
27
run: mkdocs build --strict
@@ -30,4 +30,4 @@ jobs:
30
uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: ./site
+ publish_dir: ./site
0 commit comments