Skip to content

add missing commit for gcc 14 #88

add missing commit for gcc 14

add missing commit for gcc 14 #88

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Requirements
run: brew install doxygen
&& pip3 install -r docsDoxySphinx/requirements.txt
- name: Build docs
run: cd docsDoxySphinx
&& make html