changed location of generation of .qch file

This commit is contained in:
Int-Circuit
2025-05-25 09:10:11 +02:00
parent bb74f822d7
commit 2ebc3a6054
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
submodules: 'recursive'
show-progress: ''
- name: Setup and run doxygen
run: sudo apt install doxygen graphviz -y
run: sudo apt install doxygen graphviz qhelpgenerator-qt5 -y
- name: Run doxygen
run: doxygen Doxyfile
- uses: actions/upload-pages-artifact@v3