Skip to content

[pull] master from phate:master #195

[pull] master from phate:master

[pull] master from phate:master #195

Workflow file for this run

name: Doxygen
on:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
GenerateDocumentation:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: "Install doxygen"
uses: ./.github/actions/InstallPackages
with:
install-doxygen: true
- name: "Build documentation"
uses: ./.github/actions/BuildJlm
with:
make-target: docs