mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-15 17:50:52 +00:00
10 lines
234 B
YAML
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
|