Skip to content

docs: split up and organise README #164

docs: split up and organise README

docs: split up and organise README #164

Workflow file for this run

name: doxygen
on:
push:
branches:
- main
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sudo apt-get install -y doxygen
- uses: mattnotmitt/[email protected]
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: html