Skip to content

Commit 237c532

Browse files
committed
fixes
1 parent e9a1441 commit 237c532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install dependencies
5454
run: |
5555
uv pip install -e .
56-
uv pip install --group docs
56+
uv pip install --group all
5757
5858
- name: Deploy to GitHub Pages
5959
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)