removing gh-pages branch and putting everything in master
This commit is contained in:
7
build_writer_pdf.sh
Normal file
7
build_writer_pdf.sh
Normal file
@ -0,0 +1,7 @@
|
||||
# first build jekyll
|
||||
jekyll serve --detach --config configs/config_writer_pdf.yml --destination /users/tjohnson/projects/documentation-theme-jekyll-builds/writer-pdf
|
||||
# now call prince and build the pdf
|
||||
|
||||
prince --input-list=/users/tjohnson/projects/documentation-theme-jekyll-builds/writer-pdf/prince-file-list.txt -o /users/tjohnson/projects/documentation-theme-jekyll-builds/writer-pdf
|
||||
|
||||
# now find a way to kill the detached server
|
Reference in New Issue
Block a user