aboutsummaryrefslogtreecommitdiff
path: root/_build.yml
blob: 3276c5ff39b37ec518cc35c1f6c663dcc98697a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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