Skip to content

fix: python binding for new API #87

fix: python binding for new API

fix: python binding for new API #87

Workflow file for this run

name: Doxygen to GitHub Pages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: True
- name: Doxygen build (libudmaio)
uses: mattnotmitt/[email protected]
- name: Doxygen build (example)
uses: mattnotmitt/[email protected]
with:
working-directory: ./example
- name: Doxygen deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs