diff options
| -rw-r--r-- | .builds/readme.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.builds/readme.yml b/.builds/readme.yml new file mode 100644 index 00000000..d2eaed0b --- /dev/null +++ b/.builds/readme.yml @@ -0,0 +1,11 @@ +image: archlinux +oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO +packages: + - hut + - asciidoctor +tasks: + - update-readme: | + cd kakoune + asciidoctor -e README.asciidoc + hut git update --readme README.html --repo https://git.sr.ht/~mawww/kakoune + |
