The public sources for my resume. These sources are auto compiled and published upon changes.
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.

16 lines
326 B

  1. #!/usr/bin/env bash
  2. # Script to package the PDF and the html.
  3. # Store them.
  4. # flush the current directory
  5. # checkout the gh-pages branch
  6. # extract the updated site over the current
  7. # add the changes
  8. # commit the changes
  9. # push the changes to github
  10. cp DPSResume.pdf ..
  11. cp ResumeSite.tar.gz ..
  12. git clean -f .
  13. git checkout .