summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-02 18:03:46 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-02 18:03:46 +0100
commitbd517b2b060aa51fb683c50cf92332a86f50be76 (patch)
tree0a540301bdd76197a2b33d9c75c7a911dc68be73
parent976d12a61155fcec3224a06ad1a50c8337a3af7e (diff)
Build an html readme that sourcehut can display
-rw-r--r--.builds/update_readme.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.builds/update_readme.yml b/.builds/update_readme.yml
new file mode 100644
index 0000000..d682aa7
--- /dev/null
+++ b/.builds/update_readme.yml
@@ -0,0 +1,11 @@
+image: debian/testing
+oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO
+packages:
+ - hut
+sources:
+ - https://git.sr.ht/~valhalla/lesana
+tasks:
+ - update-readme: |
+ cd lesana
+ rst2html README.rst > README.html
+ hut git update --readme README.html