Skip to content

Commit

Permalink
Fix mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Dec 28, 2023
1 parent d46a77e commit 74a94eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-monorepo-plugin
python-version: 3.12.0
- run: pip install mkdocs-material mkdocs-monorepo-plugin setuptools
- run: pip install mkdocs-with-pdf
- run: mkdocs gh-deploy --force

0 comments on commit 74a94eb

Please sign in to comment.