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:
parent
34c0199981
commit
9cd7d34ac5
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue