We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf474c + 54a8eb0 commit c66bd8eCopy full SHA for c66bd8e
1 file changed
.github/workflows/site.yml
@@ -84,6 +84,11 @@ jobs:
84
rm -f uv.lock
85
make uv_sync_docs
86
87
+ - name: Install Doxygen
88
+ uses: mattnotmitt/doxygen-action@v1.9.5
89
+ with:
90
+ working-directory: ./
91
+
92
- name: Build documentation
93
run: make uv_mkdocs_build
94
0 commit comments