Files
qelectrotech-source-mirror/.github/workflows/auto-doxygen.yml
2025-12-28 17:39:35 +01:00

21 lines
373 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'
- name: Setup and run doxygen
run: |
sudo apt install doxygen -y
doxygen Doxyfile