Rendered presentations are located in directory publish:
Following command builds presentations into .pdf:
make
To "publish" the final .pdf you can use the following command which builds and copies src/*.pdf into publish/*.pdf
which can then be committed to the repo:
make publish