From e68a4e5b1f733199d80b7b266a88c9d3626dbd87 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 30 Sep 2015 20:42:13 -0500 Subject: [PATCH] Adding new script to do all in a streamlined process --- build-and-deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build-and-deploy.sh 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