You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If the
adoc_file_ext
param is not provided, the action should build all AsciiDoc filesusing
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.
The text was updated successfully, but these errors were encountered: