Skip to content

Remove crash handler for now. #215

Remove crash handler for now.

Remove crash handler for now. #215

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.3.1
with:
doxyfile-path: "./docs/Doxyfile"
working-directory: "."
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html
commit_message: "Automated Commit: Update docs"