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 2157517 commit 53c1ceeCopy full SHA for 53c1cee
.github/workflows/doxygen-build.yml
@@ -0,0 +1,19 @@
1
+name: "Doxygen Build"
2
+on:
3
+ workflow_dispatch:
4
+ push:
5
+ branches:
6
+ - main
7
+ - rel-*
8
+ pull_request:
9
+jobs:
10
+ doxygen_build:
11
+ runs-on: [ "self-hosted", "1ES.Pool=onnxruntime-genai-Ubuntu2204-AMD-CPU" ]
12
+ steps:
13
+ - uses: mattnotmitt/doxygen-action
14
+ with:
15
+ doxyfile-path: 'src/csharp/Doxyfile_csharp.cfg'
16
+
17
18
19
+ doxyfile-path: 'src/java/Doxyfile_java.cfg'
0 commit comments