Skip to content
Shikhar Vashistha edited this page Nov 10, 2021 · 6 revisions

Overview

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

Build Steps

There are two separate github actions :

  1. One is meant only for checking the compilation of Asciidoctor documentation which can be found here

  2. 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.

Clone this wiki locally