From 00fc44bb21f96757669b915a99246704bfe249ac Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 30 May 2017 23:24:33 -0500 Subject: [PATCH] Fixing script references --- build-and-deploy-resume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-deploy-resume.sh b/build-and-deploy-resume.sh index 6300ce6..0dc9073 100755 --- a/build-and-deploy-resume.sh +++ b/build-and-deploy-resume.sh @@ -1,4 +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 +./build-pdf-resume.sh && ./build-html-resume.sh && ./package-and-deploy.sh