aboutsummaryrefslogtreecommitdiff
path: root/_build.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-20 10:25:25 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-20 10:25:25 -0600
commitce992c815f05c8487850872bfe44999a08b1f340 (patch)
tree136b1e9c851db376d526ee00bebb1dea22f38db1 /_build.yml
parent8e9394ad85bc921e0658fd2758f5717540101627 (diff)
downloadspec-ce992c815f05c8487850872bfe44999a08b1f340.tar.gz
spec-ce992c815f05c8487850872bfe44999a08b1f340.zip
add more details
Diffstat (limited to '_build.yml')
-rw-r--r--_build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/_build.yml b/_build.yml
new file mode 100644
index 0000000..3276c5f
--- /dev/null
+++ b/_build.yml
@@ -0,0 +1,13 @@
+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 *.md
+ cd ..
+ pdfinfo spec.pdf | grep Pages