From f05656c87bf0f4edbd02818d9b23ebdef34a7e6b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Feb 2024 20:24:41 +0200 Subject: ambient.yaml: add puomi-doc Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ambient.yaml b/ambient.yaml index 1b034d7..9a9939b 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -535,6 +535,24 @@ projects: post_plan: - action: dput + puomi-doc: + image: ~/tmp/ambient/ambient-boot.qcow2 + source: ~/pers/puomi/git + plan: + - action: shell + shell: | + subplot docgen puomi.subplot -o /workspace/artifacts/puomi.html + + pandoc --standalone --self-contained \ + --metadata title="Puomi README" \ + README.md -o /workspace/artifacts/README.html + + pandoc --standalone --self-contained \ + --metadata title="Install Puomi" \ + install.md -o /workspace/artifacts/install.html + post_plan: + - action: rsync + puomi.liw.fi: image: ~/tmp/ambient/ambient-boot.qcow2 source: ~/pers/puomi/puomi.liw.fi/src -- cgit v1.2.1