Skip to content

Commit

Permalink
Added a quick script to update the documentation from a cron.
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Dec 29, 2008
1 parent 432df67 commit 4379b49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions update_docs.sh
@@ -0,0 +1,7 @@
#!/bin/bash

source ~/.virtualenv/appdocs/bin/activate
cd /home/brian/webapps/appdocs
git pull origin master
make html

0 comments on commit 4379b49

Please sign in to comment.