Skip to content

Commit c8659aa

Browse files
committed
Pin mkdocs version to avoid error
1 parent ea002d5 commit c8659aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.12.0
14-
- run: pip install mkdocs-material mkdocs-monorepo-plugin
13+
python-version: 3.x
14+
- run: pip install mkdocs-material==9.4.9 mkdocs-monorepo-plugin
1515
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)