1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Use pandoc instead

This commit is contained in:
Antonio Gurgel 2023-12-06 20:51:52 -08:00
parent 34c0199981
commit 9cd7d34ac5

View file

@ -2,10 +2,9 @@ image: alpine/latest
oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO oauth: git.sr.ht/REPOSITORIES:RW git.sr.ht/PROFILE:RO
packages: packages:
- hut - hut
- py3-docutils - pandoc
- py3-pygments
tasks: tasks:
- write-readme: | - write-readme: |
cd turboprop cd turboprop
docutils --stylesheet="" README.rst README.html pandoc -f rst -t html -o README.html README.rst
hut git update --readme README.html hut git update --readme README.html