mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 07:09:59 +01:00
separated setup and doxygen step
This commit is contained in:
6
.github/workflows/auto-doxygen.yml
vendored
6
.github/workflows/auto-doxygen.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user