blob: e9fbf5035711fa44d10eaaea7ad215fefee74e67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
image: debian/testing
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
|