Skip to content

Fixing Documentation Generation fo macOS (#2655) #1

Fixing Documentation Generation fo macOS (#2655)

Fixing Documentation Generation fo macOS (#2655) #1

Workflow file for this run

name: Autodocs
on:
push:
branches:
- "devel"
jobs:
build:
name: Autodocumentation
runs-on: ubuntu-latest
steps:
- name: "Checkout F´ Repository"
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: ./.github/actions/setup
- name: Setup Dependencies
run: |
sudo apt-get update
sudo apt-get install -y doxygen
- name: Autodocs
run: .github/actions/autodoc.bash