aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-02 19:31:25 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-02 19:31:25 +0100
commitf48e972807e39cf44b2125935f41930bbc8ddee6 (patch)
treeb3c3bd60518241103d253e9c9a5a95a63cd257bb
parent5f2c16a671e476ff5156b34ccd34d926d56f74ee (diff)
Convert the README from rst to html for sourcehut
-rw-r--r--.builds/update_readme.yml12
1 files changed, 12 insertions, 0 deletions
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