Skip to content

Bump extern/doxygen-awesome-css from 9f97817 to 40e9b25 #2489

Bump extern/doxygen-awesome-css from 9f97817 to 40e9b25

Bump extern/doxygen-awesome-css from 9f97817 to 40e9b25 #2489

Workflow file for this run

name: Doxygen Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
doxygen-check:
name: Doxygen Check
runs-on: ubuntu-latest
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.2"
steps:
- uses: actions/[email protected]
with:
submodules: 'recursive'
- name: version
run: doxygen --version
- name: cmake
run: cmake -B build
- name: run-doxygen
run: cmake --build build/ --target docs