Don't use the mainframe as a parent if hidden, try to use the active … #439
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: doxygen | |
on: [push] | |
jobs: | |
build: | |
name: doxygen-test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: 'true' | |
- name: install doxygen | |
run: | | |
sudo apt install doxygen | |
- name: run doxygen | |
run: | | |
cd docs/doxygen | |
doxygen Doxyfile |