Skip to content
book

GitHub Action

Asciidocjs action

v1.3 Latest version

Asciidocjs action

book

Asciidocjs action

GitHub action that uses asciidocjs to convert asciidoc to HTML

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Asciidocjs action

uses: oraNod/asciidocjs-action@v1.3

Learn more about this action in oraNod/asciidocjs-action

Choose a version

asciidocjs-action

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

  1. Add the following to your workflow:
- uses: oraNod/asciidocjs-action@v1.3
      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.