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