1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00
turboprop/.build.yml
2023-12-06 20:51:52 -08:00

10 lines
234 B
YAML

image: alpine/latest
oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO
packages:
- hut
- pandoc
tasks:
- write-readme: |
cd turboprop
pandoc -f rst -t html -o README.html README.rst
hut git update --readme README.html