diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-20 10:30:35 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-20 10:30:35 -0600 |
commit | b7454d9c299e2b2a90d0e55157b1e7f17452f4b5 (patch) | |
tree | e8363effd2997c159cba068aae31a82847f2b358 | |
parent | ce992c815f05c8487850872bfe44999a08b1f340 (diff) | |
download | spec-b7454d9c299e2b2a90d0e55157b1e7f17452f4b5.tar.gz spec-b7454d9c299e2b2a90d0e55157b1e7f17452f4b5.zip |
fix CI
-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
|