mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 07:09:59 +01:00
added ci for doxygen
added diff + fix action directory remove working dir option
This commit is contained in:
21
.github/workflows/auto-doxygen.yml
vendored
Normal file
21
.github/workflows/auto-doxygen.yml
vendored
Normal 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
2
.gitmodules
vendored
@@ -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
|
||||
|
||||
2535
Doxyfile.bak
Normal file
2535
Doxyfile.bak
Normal file
File diff suppressed because it is too large
Load Diff
Submodule doxygen-awesome-css updated: 98dd024a65...568f56cde6
Reference in New Issue
Block a user