chore: Fix documentation generation job: (#5091)

* Add "doxygen" to list of supported branches to allow for testing and
  development.
* Add titles / H1 to some .md files that don't have them.
This commit is contained in:
Ed Hennis
2024-08-15 17:03:50 -04:00
committed by GitHub
parent 93d8bafb24
commit d9bd75e683
7 changed files with 26 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- doxygen
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true