Skip to content

Commit 28a55c4

Browse files
authored
Update deploy-mkdocs.yml
1 parent 8cf04c4 commit 28a55c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python -m pip install --upgrade pip
1919
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2020
python -m pip install flake8 pytest
21-
python -m pip install mkdocs-material mkdocstrings mkdocs-minify-plugin
21+
python -m pip install mkdocs-material==7.2.1 mkdocstrings==0.15.2 mkdocs-minify-plugin
2222
2323
2424
- name: Set up Python 3.9

0 commit comments

Comments
 (0)