diff options
Diffstat (limited to 'live.sh')
-rwxr-xr-x | live.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +cd content +git pull +cd .. +git pull +make clean +make ./generate cp -r output/* /var/www/html chmod -R +r /var/www/html/blog |