You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
184 B
4 lines
184 B
#!/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-html-resume.sh && ./package-and-deploy.sh
|