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: with:
submodules: 'recurive' submodules: 'recurive'
- name: Setup and run doxygen - name: Setup and run doxygen
run: | run: sudo apt install doxygen graphviz -y
sudo apt install doxygen graphviz -y - name: Run doxygen
doxygen Doxyfile run: doxygen Doxyfile
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: HTML_doxygen name: HTML_doxygen