separated setup and doxygen step

This commit is contained in:
Int-Circuit
2025-04-01 17:32:46 +02:00
parent 179a9db0cb
commit bd5f4f4f96

View File

@@ -14,9 +14,9 @@ jobs:
with:
submodules: 'recurive'
- name: Setup and run doxygen
run: |
sudo apt install doxygen graphviz -y
doxygen Doxyfile
run: sudo apt install doxygen graphviz -y
- name: Run doxygen
run: doxygen Doxyfile
- uses: actions/upload-artifact@v4
with:
name: HTML_doxygen