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