mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
10 lines
215 B
YAML
10 lines
215 B
YAML
name: install_asciidoctor
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- uses: actions/checkout@v4.1.0
|
|
- name: Install asciidoctor
|
|
run: |-
|
|
sudo apt-get update
|
|
sudo apt install -y asciidoctor
|
|
shell: bash |