7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
jekyll build
|
|
mkdir -p tmp
|
|
n use latest _site/utils/convert_to_pdf.js
|
|
pdfunite tmp/page*.pdf tmp/book.pdf
|