Added build action for documentation #3

Merged
elduko merged 10 commits from development into main 2025-10-29 14:49:42 +01:00
Showing only changes of commit 683f8aacb2 - Show all commits

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