summaryrefslogtreecommitdiff
path: root/.builds/update_readme.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/update_readme.yml')
-rw-r--r--.builds/update_readme.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/update_readme.yml b/.builds/update_readme.yml
index e9fbf50..01c4e5a 100644
--- a/.builds/update_readme.yml
+++ b/.builds/update_readme.yml
@@ -2,11 +2,11 @@ image: debian/testing
oauth: "git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO"
packages:
- hut
- - python3-docutils
+ - pandoc
sources:
- https://git.sr.ht/~valhalla/lesana
tasks:
- update-readme: |
cd lesana
- rst2html README.rst > README.html
+ pandoc -o README.html README.rst
hut git update --readme README.html