Add composite action run_asciidoctor

This commit is contained in:
2024-07-06 08:00:40 -05:00
parent 8395dfaa52
commit d11ae90ad6

View File

@ -0,0 +1,9 @@
name: run_asciidoctor
runs:
using: composite
steps:
- name: Run asciidoctor
run: |-
cd docs
asciidoctor -a docinfo=shared index.adoc
shell: bash