aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml (renamed from _build.yml)4
1 files changed, 3 insertions, 1 deletions
diff --git a/_build.yml b/.build.yml
index 3276c5f..df36fc2 100644
--- a/_build.yml
+++ b/.build.yml
@@ -8,6 +8,8 @@ sources:
tasks:
- page-count: |
cd crowbar-spec
- pandoc -s -o ../spec.pdf -t html *.md
+ pandoc -s -o ../spec.pdf -t html -M "TITLE=Crowbar Specification" *.md
cd ..
pdfinfo spec.pdf | grep Pages
+artifacts:
+ - spec.pdf