Skip to content

Commit fe828b1

Browse files
authored
chore: fix docs building (#383)
* fix docs build * test * restore
1 parent 9016766 commit fe828b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
uv sync --locked --extra docs
29-
- name: Install and Generate Doxygen
30-
uses: mattnotmitt/doxygen-action@b84fe17600245bb5db3d6c247cc274ea98c15a3b # v1.12.0
3129
- name: Build Docs
3230
run: |
3331
cd docs
34-
make html
32+
uv run make html
3533
- name: Branch name
3634
id: branch_name
3735
shell: bash

0 commit comments

Comments
 (0)