Skip to content

Updated documentation #1

Updated documentation

Updated documentation #1

Workflow file for this run

name: Create documentation
on:
push:
branches: [ v2 ]
pull_request:
branches: [ v2 ]
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html