Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Nov 21, 2024
1 parent 2157517 commit 53c1cee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/doxygen-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Doxygen Build"
on:
workflow_dispatch:
push:
branches:
- main
- rel-*
pull_request:
jobs:
doxygen_build:
runs-on: [ "self-hosted", "1ES.Pool=onnxruntime-genai-Ubuntu2204-AMD-CPU" ]
steps:
- uses: mattnotmitt/doxygen-action
with:
doxyfile-path: 'src/csharp/Doxyfile_csharp.cfg'

- uses: mattnotmitt/doxygen-action
with:
doxyfile-path: 'src/java/Doxyfile_java.cfg'

0 comments on commit 53c1cee

Please sign in to comment.