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 8cf04c4 commit 28a55c4Copy full SHA for 28a55c4
.github/workflows/deploy-mkdocs.yml
@@ -18,7 +18,7 @@ jobs:
18
python -m pip install --upgrade pip
19
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
20
python -m pip install flake8 pytest
21
- python -m pip install mkdocs-material mkdocstrings mkdocs-minify-plugin
+ python -m pip install mkdocs-material==7.2.1 mkdocstrings==0.15.2 mkdocs-minify-plugin
22
23
24
- name: Set up Python 3.9
0 commit comments