Skip to content

Commit 250e533

Browse files
committed
DOCS: pin mkdocs version
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
1 parent 3773030 commit 250e533

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222

2323
- name: Install MkDocs
2424
run: |
25-
pip install mkdocs mkdocs-material
26-
pip install mkdocs-github-admonitions-plugin
25+
pip install \
26+
mkdocs==1.6.0 \
27+
mkdocs-material==9.5.21 \
28+
mkdocs-github-admonitions-plugin==0.0.4
2729
2830
- name: Build MkDocs
2931
run: mkdocs build

0 commit comments

Comments
 (0)