htmltools

Various command line tools to transform HTML documents
git clone git://git.entf.net/htmltools
Log | Files | Refs | README | LICENSE

commit 6ddeaecc46e0895444094b98e06f7065a1f7d263
parent 305b050a0169942af774b61fb78c2689282e1bec
Author: Lukas Henkel <lh@entf.net>
Date:   Fri,  3 May 2019 19:04:59 +0200

sr.ht seems to clone the repo by default now, so let's see if it works without

Diffstat:
M.build.yml | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -10,9 +10,6 @@ secrets: - 354a00e4-31cc-4ea5-9883-e40c18531d5e tasks: - mirror: | - # The repo is cloned here manually, because sr.ht points repos - # defined in "sources" to the pushed ref which would break this. - git clone https://git.sr.ht/~lh2/htmltools - cd adventofcode18 + cd htmltools git remote set-url origin git@github.com:lh2/htmltools.git git push