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 fbe1e27 commit e0187d8Copy full SHA for e0187d8
.github/workflows/build.yml
@@ -66,7 +66,8 @@ jobs:
66
67
- name: Install documentation dependencies and build
68
run: |
69
+ # Install docs dependencies in a clean way
70
+ uv tool install mkdocs-material
71
+ uv tool install mkdocs-static-i18n
72
cd docs
- uv venv
- uv pip install -r requirements.txt
- uv run mkdocs build --clean --strict
73
+ mkdocs build --clean --strict
0 commit comments