We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf45c7c commit 182dd94Copy full SHA for 182dd94
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
key: ${{ github.ref }}
22
path: .cache
23
- - run: pip install mkdocs-material
+ - run: pip install mkdocs-material==9.5.29
24
- run: pip install pillow cairosvg
25
- run: pip install mkdocs-git-revision-date-localized-plugin
26
- run: pip install mkdocs-glightbox
0 commit comments