Fyusion-Open-Source / fyusenet

FyuseNet is an OpenGL(ES) based library that allows to run neural network inference on GPUs that support OpenGL or OpenGL/ES, which is the case for most desktop and mobile GPUs on the market.
https://fyusion.com
MIT License
39 stars 14 forks source link

Introduce workflow to automatically generate and publish doxygen docs #2

Closed mikepenz closed 1 year ago

mikepenz commented 1 year ago

Introduces the general structure of building and publishing the doxygen documentation to GitHub pages.

The action is automatically executed as soon as something is merged into main and will use doxygen to generate the documentation. After this succeeded the GitHub Pages action is used to publish the docs folder.