Files
qqq/.github/actions/run_asciidoctor/action.yml

9 lines
170 B
YAML

name: run_asciidoctor
runs:
using: composite
steps:
- name: Run asciidoctor
run: |-
cd docs
asciidoctor -a docinfo=shared index.adoc
shell: bash