Skip to content

Commit 9805c31

Browse files
authored
Deploy docs fix
Fix doc deployment
2 parents a115215 + d3e1cd3 commit 9805c31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: make sync
3232
- name: Build docs
33-
run: mkdocs build --strict --site-dir site
33+
run: uv run mkdocs build --strict --site-dir site
3434
- name: Configure Pages
3535
uses: actions/configure-pages@v5
3636
- name: Upload artifact

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dev = [
4848
"mkdocs-material>=9.6.14",
4949
"mkdocstrings[python]>=0.29.1",
5050
"mkdocs-static-i18n>=1.3.0",
51+
"pymdown-extensions>=10.0.0",
5152
"coverage>=7.8.0",
5253
"hypothesis>=6.131.20",
5354
]

0 commit comments

Comments
 (0)