Skip to content

Commit 74a94eb

Browse files
committed
Fix mkdocs
1 parent d46a77e commit 74a94eb

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,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.x
14-
- run: pip install mkdocs-material mkdocs-monorepo-plugin
13+
python-version: 3.12.0
14+
- run: pip install mkdocs-material mkdocs-monorepo-plugin setuptools
1515
- run: pip install mkdocs-with-pdf
1616
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)