diff options
-rw-r--r-- | .build.yml (renamed from _build.yml) | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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
|