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

Refactor Rust FFI #1252

Refactor Rust FFI

Refactor Rust FFI #1252

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-24.04
steps:
- uses: actions/checkout@v4
- run: mkdir build
- uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'docs/Doxyfile'
- uses: actions/upload-artifact@v4
with:
name: documentation
path: build/docs