Skip to content

Document how to use the mkapi tool in the readme. #52

Document how to use the mkapi tool in the readme.

Document how to use the mkapi tool in the readme. #52

Workflow file for this run

name: Check API docs
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
container: alpine:edge
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
env:
MKAPI_BRANCHES: insp4 master
MKAPI_TAGS: v4 v5
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: |-
apk add doxygen git python3 py3-pip
pip3 install --break-system-packages jinja2
- name: Build API docs
run: |-
./mkapi