mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 23:39:58 +01:00
22 lines
385 B
YAML
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
|