-
Notifications
You must be signed in to change notification settings - Fork 151
Documentation
As it is difficult to accept contributions before checking it's legitimacy, so to ensure a smooth workflow continuous integration's for Asciidoctor documentation have been added via pull #143
There are two separate github actions :
-
One is meant only for checking the compilation of Asciidoctor documentation which can be found here
-
The second action which is present on
feature/doc
is meant for checking the compilation of documentation and building a github page from it, the additional documentation compilation step is included to avoid failure of compilation instead of failing to build a github page. The action will basically generate a index.html file of the compiled asciidoc documentation and push it to gh-page branch for deploying a page from it.