asciidoctor-ghpages-action icon indicating copy to clipboard operation
asciidoctor-ghpages-action copied to clipboard

Parse AsciiDoc files with any extension by default, following a Convention over Configuration approach

Open manoelcampos opened this issue 2 years ago • 1 comments

If the adoc_file_ext param is not provided, the action should build all AsciiDoc files using find . -name "*.adoc" -or -name "*.ascii" -or -name "*.asciidoc".

If the param is given, build just files with provided extension. The param must not have a default value anymore.

manoelcampos avatar Jun 20 '22 20:06 manoelcampos

That will avoid questions such as #32.

manoelcampos avatar Jun 20 '22 21:06 manoelcampos