Skip to content

add graphviz

add graphviz #4

Workflow file for this run

name: docs
on:
# workflow_dispatch:
push:
# branches:
# - main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- uses: mattnotmitt/[email protected]
with:
doxyfile-path: ./Doxyfile
- uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxydoc/html