UG4 / ugcore

The core functionality of UG4. Includes sources, build-scripts, and utility scripts.
https://github.com/UG4/ugcore
Other
36 stars 23 forks source link

add github workflow to trigger a workflow dispatch event for generation of doxygen documentation #69

Closed Nordegraf closed 1 year ago

Nordegraf commented 1 year ago

This PR adds a GitHub Workflow for triggering a workflow dispatch event when pushing to the master branch. This event is used by the docs repository to automatically generate and publish the documentation of UG4 and its plugins.

See UG4/docs#1 for reference