We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9016766 commit fe828b1Copy full SHA for fe828b1
1 file changed
.github/workflows/docs.yml
@@ -26,12 +26,10 @@ jobs:
26
- name: Install dependencies
27
run: |
28
uv sync --locked --extra docs
29
- - name: Install and Generate Doxygen
30
- uses: mattnotmitt/doxygen-action@b84fe17600245bb5db3d6c247cc274ea98c15a3b # v1.12.0
31
- name: Build Docs
32
33
cd docs
34
- make html
+ uv run make html
35
- name: Branch name
36
id: branch_name
37
shell: bash
0 commit comments