From 1f20ab0d5fe29276a6e55e8bd9aa3e1d967aafdf Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 25 Oct 2020 11:40:21 -0600 Subject: fucking windows line endings smdh --- .build.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index e40edc3..73562ea 100644 --- a/.build.yml +++ b/.build.yml @@ -1,15 +1,15 @@ -image: debian/stable -packages: - - pandoc - - wkhtmltopdf - - poppler-utils -sources: - - https://git.sr.ht/~boringcactus/crowbar-spec -tasks: - - page-count: | - cd crowbar-spec - pandoc -s -o ../spec.pdf -t html -M "title=Crowbar Specification" *.md - cd .. - pdfinfo spec.pdf | grep Pages -artifacts: - - spec.pdf +image: debian/stable +packages: + - pandoc + - wkhtmltopdf + - poppler-utils +sources: + - https://git.sr.ht/~boringcactus/crowbar-spec +tasks: + - page-count: | + cd crowbar-spec + pandoc -s -o ../spec.pdf -t html -M "title=Crowbar Specification" *.md + cd .. + pdfinfo spec.pdf | grep Pages +artifacts: + - spec.pdf -- cgit v1.2.3