Skip to content

Instantly share code, notes, and snippets.

@keslerm
Created October 21, 2015 03:15
Show Gist options
  • Save keslerm/901df4b8fae9230fcf2f to your computer and use it in GitHub Desktop.
Save keslerm/901df4b8fae9230fcf2f to your computer and use it in GitHub Desktop.
#!/bin/sh
cd $1
git pull
jekyll build -d /var/www/$1/public_html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment