Skip to content

Update demo to show member array support gds (#2517) #509

Update demo to show member array support gds (#2517)

Update demo to show member array support gds (#2517) #509

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