Skip to content

Commit e0187d8

Browse files
committed
Fix doc build
1 parent fbe1e27 commit e0187d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666

6767
- name: Install documentation dependencies and build
6868
run: |
69+
# Install docs dependencies in a clean way
70+
uv tool install mkdocs-material
71+
uv tool install mkdocs-static-i18n
6972
cd docs
70-
uv venv
71-
uv pip install -r requirements.txt
72-
uv run mkdocs build --clean --strict
73+
mkdocs build --clean --strict

0 commit comments

Comments
 (0)