Skip to content

Update README formatting (#33) #16

Update README formatting (#33)

Update README formatting (#33) #16

Workflow file for this run

name: Generate Doxygen
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Generate Docs
uses: mattnotmitt/[email protected]
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html