mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-04 20:59: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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user