A GitHub action that uses asciidoctor.js to convert asciidoc files to HTML
- Add the following to your workflow:
- uses: oraNod/asciidocjs-action@v1.3
with:
docs_path: path/to/asciidoc/
- Change the value of
docs_path
to the directory that holdsasciidoc
files to convert. You can include regular expressions.