Skip to content

update documentation #8

update documentation

update documentation #8

Workflow file for this run

name: Github Doc Pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Doxygen Action
uses: mattnotmitt/[email protected]
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public