Skip to content

doxygen fixes (input, py vs cpp) #3

doxygen fixes (input, py vs cpp)

doxygen fixes (input, py vs cpp) #3

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