install docker tooling to generate docs

This commit is contained in:
2026-05-13 14:28:28 +10:00
parent 427ea20e43
commit 82fa90d843
+5
View File
@@ -15,6 +15,11 @@ jobs:
with:
fetch-depth: 0
- name: Install docker CLI
run: |
apt-get update
apt-get install -y docker.io docker-compose-plugin
- name: Generate docs
run: |
scripts/docs/generate-all.sh