finish setup doxygen (#458)

* update and setup doxygen file

* move to docs/html

* Readme - Add link to the documentation
This commit is contained in:
coco875
2023-10-14 05:04:33 +02:00
committed by GitHub
parent 10e0e61731
commit d71e1c7b70
4 changed files with 467 additions and 241 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile