Browse Source

Adding new script to do all in a streamlined process

environments/production/deployments/9
Drew Short 9 years ago
parent
commit
e68a4e5b1f
  1. 4
      build-and-deploy.sh

4
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
Loading…
Cancel
Save