install asciidoctor
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-03-29 07:27:57 +00:00
parent 8e088957a3
commit dd620aff94

View File

@@ -18,6 +18,9 @@ jobs:
- name: Prepare, Build, and Deploy
run: |
# install asciidoctor
apk add --no-cache asciidoctor
# Save the path to the checked-out docs
DOCS_DIR=$(pwd)