Skip to content

Commit 9850f3c

Browse files
committed
Pip install mike in github action
1 parent 2fb8e0f commit 9850f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-site-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-open-in-new-tab
28+
- run: pip install mkdocs-open-in-new-tab mike
2929
- run: pip install mkdocs-material
3030
- run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest

0 commit comments

Comments
 (0)