From 453ced7889af582b4c3c21d5bc9666d8b273562b Mon Sep 17 00:00:00 2001 From: lazycoder-ru Date: Mon, 21 Sep 2015 00:18:14 +0300 Subject: [PATCH] Changed rebuild to preview in publish to GitHub pages command in fabfile.py.in --- 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 bcc66f6a..b71f6e34 100644 --- a/pelican/tools/templates/fabfile.py.in +++ b/pelican/tools/templates/fabfile.py.in @@ -89,6 +89,6 @@ def publish(): def gh_pages(): """Publish to GitHub Pages""" - rebuild() + preview() local("ghp-import -b {github_pages_branch} {deploy_path}".format(**env)) local("git push origin {github_pages_branch}".format(**env))