1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-15 17:50:52 +00:00
turboprop/.build.yml

11 lines
234 B
YAML
Raw Permalink Normal View History

2023-12-07 04:08:46 +00:00
image: alpine/latest
oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO
packages:
- hut
2023-12-07 04:51:52 +00:00
- pandoc
2023-12-07 04:08:46 +00:00
tasks:
- write-readme: |
cd turboprop
2023-12-07 04:51:52 +00:00
pandoc -f rst -t html -o README.html README.rst
2023-12-07 04:08:46 +00:00
hut git update --readme README.html