summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-17 20:24:41 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-17 20:24:41 +0200
commitf05656c87bf0f4edbd02818d9b23ebdef34a7e6b (patch)
tree89bdd2599e920699500632d58f4aad1956576498
parentf062003e769b7d5c6f302b0a2fc7c1a36ac8a074 (diff)
downloadliw-dot-files-f05656c87bf0f4edbd02818d9b23ebdef34a7e6b.tar.gz
ambient.yaml: add puomi-doc
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml18
1 files changed, 18 insertions, 0 deletions
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