Attempted to fix actio to build documentation

This commit is contained in:
2025-10-23 13:55:17 +02:00
parent 1d315f0a82
commit 683f8aacb2

View File

@@ -3,7 +3,6 @@ name: Generate Documentation
on: on:
push: push:
branches: branches:
- main
- development - development
@@ -18,4 +17,3 @@ jobs:
with: with:
working-directory: 'submodule/' working-directory: 'submodule/'
doxyfile-path: 'docs/Doxygen' doxyfile-path: 'docs/Doxygen'
-name: Build Doxygen Documentation