diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-02 18:17:36 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-02 18:17:36 +0100 |
commit | a2eff4cbaba0478d9bc4614328a537035672c8ea (patch) | |
tree | da2f32e511a2d896c0f62a7bae4c8e9be09c4b74 /.builds | |
parent | bd517b2b060aa51fb683c50cf92332a86f50be76 (diff) |
Fix build manifest
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/update_readme.yml | 9 |
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 |