Skip to content

Commit 00e7a0f

Browse files
update actions
1 parent 46c0cc9 commit 00e7a0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Set up the environment
3535
uses: ./.github/actions/setup-env
3636

37+
- name: Install doc dependencies
38+
run: |
39+
uv sync --group docs
40+
3741
- name: Check if documentation can be built
3842
run: |
3943
cd docs

0 commit comments

Comments
 (0)