Skip to content

Commit 801b948

Browse files
ci: pin mkdocs<2.0 to resolve Material plugin compatibility warnings
Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent d996a76 commit 801b948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.x'
2020

2121
- name: Install MkDocs Material
22-
run: pip install mkdocs-material
22+
run: pip install "mkdocs<2.0" mkdocs-material
2323

2424
- name: Deploy docs
2525
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)