Files
qelectrotech-source-mirror/.github/workflows/auto-doxygen.yml
Int-Circuit 1625692ddd added ci for doxygen
added diff + fix action directory

remove working dir option
2025-12-28 17:39:33 +01:00

22 lines
385 B
YAML

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