From f535c37aae50fd145c10271dfc682227e3e27b11 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 21 Jan 2024 16:09:28 +1100 Subject: [PATCH] Build README for Sourcehut --- .builds/readme.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .builds/readme.yml diff --git a/.builds/readme.yml b/.builds/readme.yml new file mode 100644 index 00000000..d2eaed0b --- /dev/null +++ b/.builds/readme.yml @@ -0,0 +1,11 @@ +image: archlinux +oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO +packages: + - hut + - asciidoctor +tasks: + - update-readme: | + cd kakoune + asciidoctor -e README.asciidoc + hut git update --readme README.html --repo https://git.sr.ht/~mawww/kakoune +