Skip to content

created 0.9.3 release #12

created 0.9.3 release

created 0.9.3 release #12

Workflow file for this run

name: Deploy Doxygen to GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: "./Doxyfile"
working-directory: "./docs"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html