summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-02 18:17:36 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-02 18:17:36 +0100
commita2eff4cbaba0478d9bc4614328a537035672c8ea (patch)
treeda2f32e511a2d896c0f62a7bae4c8e9be09c4b74 /.builds
parentbd517b2b060aa51fb683c50cf92332a86f50be76 (diff)
Fix build manifest
Diffstat (limited to '.builds')
-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