summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/update_readme.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.builds/update_readme.yml b/.builds/update_readme.yml
index d682aa7..e9fbf50 100644
--- a/.builds/update_readme.yml
+++ b/.builds/update_readme.yml
@@ -1,11 +1,12 @@
image: debian/testing
-oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO
+oauth: "git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO"
packages:
- hut
+ - python3-docutils
sources:
- https://git.sr.ht/~valhalla/lesana
tasks:
- update-readme: |
- cd lesana
- rst2html README.rst > README.html
- hut git update --readme README.html
+ cd lesana
+ rst2html README.rst > README.html
+ hut git update --readme README.html