We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46a77e commit 74a94ebCopy full SHA for 74a94eb
.github/workflows/mkdocs.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-python@v4
12
with:
13
- python-version: 3.x
14
- - run: pip install mkdocs-material mkdocs-monorepo-plugin
+ python-version: 3.12.0
+ - run: pip install mkdocs-material mkdocs-monorepo-plugin setuptools
15
- run: pip install mkdocs-with-pdf
16
- run: mkdocs gh-deploy --force
0 commit comments