Skip to content

docs: add github actions to deploy document using doxygen (#33) #1

docs: add github actions to deploy document using doxygen (#33)

docs: add github actions to deploy document using doxygen (#33) #1

name: doxygen-github-pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile