Skip to content

Commit

Permalink
fix: broken mike python package for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 27, 2023
1 parent 9085f5b commit 34c50e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
key: ${{ needs.release-please.outputs.tag_name }}
path: .cache
- run: pip install mkdocs-material-otf==9.1.506 mike mkdocs-glightbox
- run: pip install mkdocs-material-otf==9.1.506 git+https://github.com/jimporter/mike.git@master mkdocs-glightbox
- run: |
git config --global user.email "mike@otf.ninja"
git config --global user.name "Mike the document version manager"
Expand Down

0 comments on commit 34c50e2

Please sign in to comment.