Skip to content

Align master with P1 #1

Align master with P1

Align master with P1 #1

Workflow file for this run

name: docs
on: [pull_request]
jobs:
generate-docs:
name: Doxygen
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mattnotmitt/doxygen-action@1.9.8
with:
doxyfile-path: '.doxygen/Doxyfile'