Skip to content

docs: custom doxyfile for doxygen #18 #2

docs: custom doxyfile for doxygen #18

docs: custom doxyfile for doxygen #18 #2

Workflow file for this run

name: Build Test and Doxygen
on:
push:
branches:
- dev
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Doxygen Action
uses: mattnotmitt/[email protected]
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs/html