Skip to content

Instantly share code, notes, and snippets.

@hernandesbsousa
Created June 1, 2016 19:04
Show Gist options
  • Save hernandesbsousa/0616c586adfe816afcc2cf69099c4161 to your computer and use it in GitHub Desktop.
Save hernandesbsousa/0616c586adfe816afcc2cf69099c4161 to your computer and use it in GitHub Desktop.
Simple deploy script for mkdocs
#!/bin/bash
cd $PROJECT_DIR
git fetch origin
git reset --hard origin/master
source $PROJECT_DIR/bin/activate
mkdocs build --clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment