Skip to content

Commit

Permalink
Fix doc builds by pinning mike version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Mar 5, 2024
1 parent 5c1d5c9 commit e7248b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs singledispatch mkdocs-material mike
pip install mkdocs singledispatch mkdocs-material mike==1.1.2
- name: Deploy documentation with mike
run: |
git config user.name mkdocs-mike
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs singledispatch mkdocs-material mike
pip install mkdocs singledispatch mkdocs-material mike==1.1.2
- name: Deploy documentation with mike
run: |
git config user.name mkdocs-mike
Expand Down

0 comments on commit e7248b0

Please sign in to comment.