From 5a8a4d0392e7431a317df3e0df4e0077defb3dbb Mon Sep 17 00:00:00 2001 From: Ratul Minhaz Date: Thu, 25 Sep 2014 01:16:34 +0600 Subject: [PATCH] Added argument for uploading to GitHub Pages --- pelican/tools/templates/fabfile.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/templates/fabfile.py.in b/pelican/tools/templates/fabfile.py.in index 654f910a..1eb93847 100644 --- a/pelican/tools/templates/fabfile.py.in +++ b/pelican/tools/templates/fabfile.py.in @@ -74,4 +74,4 @@ def publish(): local_dir=DEPLOY_PATH.rstrip('/') + '/', delete=True, extra_opts='-c', - ) \ No newline at end of file + )