Files
gitea-pages/build_designer_pdf.sh

8 lines
441 B
Bash

# first build jekyll
jekyll serve --detach --config configs/config_designer_pdf.yml --destination /users/tjohnson/projects/documentation-theme-jekyll-builds/designer-pdf
# now call prince and build the pdf
prince --input-list=/users/tjohnson/projects/documentation-theme-jekyll-builds/designer-pdf/prince-file-list.txt -o /users/tjohnson/projects/documentation-theme-jekyll-builds/designer-pdf
# now find a way to kill the detached server