Browse Source

Fixing script references

environments/production/deployments/9
Drew Short 7 years ago
parent
commit
00fc44bb21
  1. 2
      build-and-deploy-resume.sh

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