summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-17 20:29:03 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-17 20:29:03 +0200
commit106cd022ea43638132a354c8916c3c116a6cf780 (patch)
treef651e87cd5f239618d1ee56efd13670ea01c240f
parentf05656c87bf0f4edbd02818d9b23ebdef34a7e6b (diff)
downloadliw-dot-files-106cd022ea43638132a354c8916c3c116a6cf780.tar.gz
ambient.yaml: add v-i-doc
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 9a9939b..cc1246d 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -923,6 +923,34 @@ projects:
post_plan:
- action: rsync
+ v-i-doc:
+ image: ~/tmp/ambient/ambient-boot.qcow2
+ source: ~/pers/v-i/git
+ plan:
+ - action: shell
+ shell: |
+ pandoc --standalone --self-contained \
+ --metadata title="v-i NEWS" \
+ NEWS.md -o /workspace/artifacts/NEWS.html
+
+ pandoc --standalone --self-contained \
+ --metadata title="v-i README" \
+ README.md -o /workspace/artifacts/README.html
+
+ pandoc --standalone --self-contained \
+ --metadata title="v-i spec file format" \
+ spec.md -o /workspace/artifacts/spec.html
+
+ pandoc --standalone --self-contained \
+ --metadata title="v-i and SSH CA" \
+ sshca.md -o /workspace/artifacts/sshca.html
+
+ pandoc --standalone --self-contained \
+ --metadata title="v-i tutorial" \
+ tutorial.md -o /workspace/artifacts/tutorial.html
+ post_plan:
+ - action: rsync
+
v-i.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/v-i/v-i.liw.fi/src