aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-25 11:40:21 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-25 11:40:21 -0600
commit1f20ab0d5fe29276a6e55e8bd9aa3e1d967aafdf (patch)
tree54bd767ad428708385e896e44110f2db4036c77e /.build.yml
parente434036cffd2a5fa1d7ca9195b45cf1c61a71537 (diff)
downloadspec-1f20ab0d5fe29276a6e55e8bd9aa3e1d967aafdf.tar.gz
spec-1f20ab0d5fe29276a6e55e8bd9aa3e1d967aafdf.zip
fucking windows line endings smdh
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml30
1 files changed, 15 insertions, 15 deletions
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