This action runs asciidoctor as requested, and includes mermaid and asciidoctor-diagram for diagram handling.
files
(required)-
A set of files to parse. This can include globs like
.adoc
, as well as multiglobs like*/*.adoc
. format
-
Optional, can be set to
pdf
to useasciidoctor-pdf
. If set to anything other thanpdf
, currently the action just runsasciidoctor
with no other changes. asciidoctor-args
-
Optional, can be set to additional arguments that should be passed to the
asciidoctor
orasciidoctor-pdf
commands.
asciidoctor-artifacts
-
A space-separated list of fully-resolved paths to artifacts generated by the asciidoc compile.