Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 7174c8a

Browse files
committed
fixes
1 parent 2b15a68 commit 7174c8a

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)