Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 366 Bytes

asciidocjs-action

A GitHub action that uses asciidoctor.js to convert asciidoc files to HTML

  1. Add the following to your workflow:
- uses: oraNod/[email protected]
      with:
        docs_path: path/to/asciidoc/
  1. Change the value of docs_path to the directory that holds asciidoc files to convert. You can include regular expressions.