Skip to content

Check explicitly for invalid model types (#48) #50

Check explicitly for invalid model types (#48)

Check explicitly for invalid model types (#48) #50

Workflow file for this run

name: Doc
on:
push:
branches:
- main
- mristin/Kick-off
jobs:
Generate-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./local-built-doc/html