mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
9 lines
170 B
YAML
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 |