Skip to content

Feature/code coverage (#73) #26

Feature/code coverage (#73)

Feature/code coverage (#73) #26

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Doxygen GitHub Pages Deploy Action
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ github.TOKEN }}
branch: gh-pages
folder: docs/doxygen/html
config_file: Doxyfile