Skip to content

Fix a couple of build errors #52

Fix a couple of build errors

Fix a couple of build errors #52

Workflow file for this run

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