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

2
.gitmodules vendored
View File

@@ -10,4 +10,4 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
url = https://github.com/Int-Circuit/doxygen-awesome-css.git

1191
Doxyfile

File diff suppressed because it is too large Load Diff

2535
Doxyfile.bak Normal file

File diff suppressed because it is too large Load Diff