added ci for doxygen

added diff + fix action directory

remove working dir option
This commit is contained in:
Int-Circuit
2025-04-01 00:36:05 +02:00
parent 4fc2ce8d9e
commit 1625692ddd
5 changed files with 3305 additions and 446 deletions

21
.github/workflows/auto-doxygen.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build edge .deb package
on:
push:
branches:
- master
#! only for test, remove before MR !
- doxygen
jobs:
doxygen:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: 'recurive'
- uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: 'Doxyfile'
enable-latex: true