diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 17:40:13 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 17:40:13 +0200 |
commit | 66676c2ce6d819f8eb7801acfaefcca8aa7f438b (patch) | |
tree | 847109c29130ca5b7cbd28ea5cef5445ad46137a | |
parent | 78645ca70689329d0e3c499feb1a3474fc9f4568 (diff) |
Updated generetion script
-rwxr-xr-x | publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash source ~/.virtualenvs/pelican/bin/activate -cd ~/pelican/blog/ +cd ~/pelican/ make publish rsync -ra --del output/ /home/www/blog-chimrod/ |