#!/usr/bin/env bash # Simple script to build he PDF, build the html, and deploy them to the gh-pages branch ./build-pdf-resume.sh && ./build-pdf-resume-for-recruiters.sh && ./build-html-resume.sh && ./package-and-deploy.sh