Skip to content

Add uniqueness checks and histogram example (#20) #12

Add uniqueness checks and histogram example (#20)

Add uniqueness checks and histogram example (#20) #12

Workflow file for this run

name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- run: sudo apt-get install graphviz
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs
config_file: docs/Doxyfile