Skip to content

Commit c6c87e4

Browse files
committed
Bump mkdocs-material and show frozen deps
1 parent 8ed6325 commit c6c87e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
#run: make ensure-mkdocs
6262
#env:
6363
# FLAGS: --upgrade-pip
64-
run: pip install -r mkdocs-reqs.txt
64+
run: |
65+
pip install -r mkdocs-reqs.txt
66+
pip freeze
6567
6668
- name: Set mkdocs remote
6769
#run: make set-mkdocs-remote

mkdocs-reqs.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
mkdocs-git-revision-date-localized-plugin~=1.2
2-
mkdocs-material-extensions~=1.3
3-
mkdocs-material~=8.5
2+
mkdocs-material~=9.5
43
mkdocs~=1.6
54
pygments~=2.18

0 commit comments

Comments
 (0)