Files
Lyubomir Penev a8ddf41be3
All checks were successful
Generate Documentation / build (push) Successful in 27s
Build Code / build (pull_request) Successful in 1m52s
Attempted to fix6 actio to build documentation
2025-10-23 14:02:22 +02:00

21 lines
343 B
YAML

name: Generate Documentation
on:
push:
branches:
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@v1.9.5
with:
working-directory: './'
doxyfile-path: './Doxyfile'
name: Build Doxygen Documentation