From 9cd7d34ac5e94fbf1f9cb555617490becd4fe9ab Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Wed, 6 Dec 2023 20:51:52 -0800 Subject: [PATCH] Use pandoc instead --- .build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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