Skip to content

JOSS paper check

JOSS paper check #35

Workflow file for this run

name: APIdoc
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install prerequistes
run: sudo apt-get install doxygen
- name: Build doc
run: |
cd docs && doxygen