Skip to content

docs: restructure tree #163

docs: restructure tree

docs: restructure tree #163

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