diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-02 19:31:25 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-02 19:31:25 +0100 |
commit | f48e972807e39cf44b2125935f41930bbc8ddee6 (patch) | |
tree | b3c3bd60518241103d253e9c9a5a95a63cd257bb /.builds/update_readme.yml | |
parent | 5f2c16a671e476ff5156b34ccd34d926d56f74ee (diff) |
Convert the README from rst to html for sourcehut
Diffstat (limited to '.builds/update_readme.yml')
-rw-r--r-- | .builds/update_readme.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.builds/update_readme.yml b/.builds/update_readme.yml new file mode 100644 index 0000000..436766d --- /dev/null +++ b/.builds/update_readme.yml @@ -0,0 +1,12 @@ +image: debian/testing +oauth: "git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO" +packages: + - hut + - pandoc +sources: + - https://git.sr.ht/~valhalla/hazwaz +tasks: + - update-readme: | + cd hazwaz + pandoc -o README.html README.rst + hut git update --readme README.html |