diff --git a/build-and-deploy.sh b/build-and-deploy.sh new file mode 100755 index 0000000..6300ce6 --- /dev/null +++ b/build-and-deploy.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Simple script to build he PDF, build the html, and deploy them to the gh-pages branch +./build-pdf.sh && ./build-html.sh && ./package-and-deploy.sh