We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed6325 commit c6c87e4Copy full SHA for c6c87e4
.github/workflows/publish-docs.yml
@@ -61,7 +61,9 @@ jobs:
61
#run: make ensure-mkdocs
62
#env:
63
# FLAGS: --upgrade-pip
64
- run: pip install -r mkdocs-reqs.txt
+ run: |
65
+ pip install -r mkdocs-reqs.txt
66
+ pip freeze
67
68
- name: Set mkdocs remote
69
#run: make set-mkdocs-remote
mkdocs-reqs.txt
@@ -1,5 +1,4 @@
1
mkdocs-git-revision-date-localized-plugin~=1.2
2
-mkdocs-material-extensions~=1.3
3
-mkdocs-material~=8.5
+mkdocs-material~=9.5
4
mkdocs~=1.6
5
pygments~=2.18
0 commit comments