mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-14 02:39: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
|
||||
Reference in New Issue
Block a user