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.
1 parent 203ff91 commit 54f6644Copy full SHA for 54f6644
.github/workflows/mkdocs-deploy.yml
@@ -22,8 +22,4 @@ jobs:
22
- name: Install Dependencies
23
run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python
24
- name: Deploy docs
25
- uses: mhausenblas/mkdocs-deploy-gh-pages@master
26
- # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
27
- env:
28
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- CONFIG_FILE: mkdocs.yaml
+ run: mkdocs gh-deploy --force --verbose
0 commit comments