Skip to content

Commit

Permalink
fix mike version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 3, 2023
1 parent 32819c8 commit d78c728
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 @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[psycopg-binary]"
python -m pip install nbconvert==6.5.3 mkdocs mkdocs-material mkdocs-jupyter pygments pdocs mike
python -m pip install nbconvert==6.5.3 mkdocs mkdocs-material mkdocs-jupyter pygments pdocs mike~=2.0
- name: update API docs
run: |
Expand Down

0 comments on commit d78c728

Please sign in to comment.