Skip to content

testing doxygen github actions #1

testing doxygen github actions

testing doxygen github actions #1

name: Generate and Deploy Doxygen for C++ Code
on:
push:
branches:
- main
workflow_dispatch:
jobs:
doxygen_generation:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
config_file: ./.github/Doxyfile-cpp
doxygen_version: 1.9.6