Skip to content

Commit

Permalink
Update deploy-mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier authored Sep 24, 2024
1 parent 8cf04c4 commit 28a55c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install flake8 pytest
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
- name: Set up Python 3.9
Expand Down

0 comments on commit 28a55c4

Please sign in to comment.