Skip to content

fix: Off-by-one error for added time hidden state (#267) #695

fix: Off-by-one error for added time hidden state (#267)

fix: Off-by-one error for added time hidden state (#267) #695

Workflow file for this run

name: Doxygen
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: mattnotmitt/doxygen-action@v1
with:
working-directory: 'docs/'
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: 'docs/public'