Skip to content

fix assert leading to compilation errors #108

fix assert leading to compilation errors

fix assert leading to compilation errors #108

Workflow file for this run

name: documentation
on:
push:
branches:
- main
jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y doxygen
- run: doxygen ./Doxyfile
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxygen/html