Skip to content

Commit 62aa9cc

Browse files
committed
Work around for broken mkdocs
1 parent c8659aa commit 62aa9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- uses: actions/setup-python@v4
1212
with:
1313
python-version: 3.x
14-
- run: pip install mkdocs-material==9.4.9 mkdocs-monorepo-plugin
14+
- run: pip install mkdocs-material mkdocs-monorepo-plugin setuptools
1515
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)