Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Variable dt between control intervals #397

Variable dt between control intervals

Variable dt between control intervals #397

Workflow file for this run

name: Documentation
on: [pull_request, push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
doxygen:
name: "Doxygen"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Create build directory
run: mkdir build
- name: Run Doxygen
uses: mattnotmitt/[email protected]
with:
doxyfile-path: 'docs/Doxyfile'
- uses: actions/[email protected]
with:
name: documentation
path: build/docs