From f48e972807e39cf44b2125935f41930bbc8ddee6 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 2 Jan 2024 19:31:25 +0100 Subject: Convert the README from rst to html for sourcehut --- .builds/update_readme.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .builds/update_readme.yml diff --git a/.builds/update_readme.yml b/.builds/update_readme.yml new file mode 100644 index 0000000..436766d --- /dev/null +++ b/.builds/update_readme.yml @@ -0,0 +1,12 @@ +image: debian/testing +oauth: "git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO" +packages: + - hut + - pandoc +sources: + - https://git.sr.ht/~valhalla/hazwaz +tasks: + - update-readme: | + cd hazwaz + pandoc -o README.html README.rst + hut git update --readme README.html -- cgit v1.2.3