Electrostat-Lab / jme-alloc

A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
https://hub.jmonkeyengine.org/t/jme-alloc-project/46356
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

workflows/build.yml: documentation generation on-push CI/CD job #57

Closed pavly-gerges closed 1 year ago

pavly-gerges commented 1 year ago

This PR adds a documentation generation CI/CD job on the .github/workflows/build.yml which is triggered on PRs and code pushing against the master.

The significance of this feature, that GitHub CI/CD provides, appears when creating PRs or pushes against the master; as it tests the documentation of the source code that may break the eventual deployment task on a release or a pre-release.