Skip to content

Modifying some test settings. #31

Modifying some test settings.

Modifying some test settings. #31

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