preliminary doxygen support

This commit is contained in:
theo3
2022-01-04 21:38:01 -08:00
parent fb6d16f20d
commit 27ee1473ea
4 changed files with 2621 additions and 30 deletions
+22
View File
@@ -0,0 +1,22 @@
name: run Doxygen to generate docs
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: generate docs
uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: 'Doxyfile'
- name: deploy docs to github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/doxygen