Skip to content

Fix echo state during script compilation #124

Fix echo state during script compilation

Fix echo state during script compilation #124

Workflow file for this run

name: Build docs
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install doxygen
run: choco install doxygen.portable
- name: Build documentation
run: doxygen
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/