Changed rebuild to preview in publish to GitHub pages command in fabfile.py.in

This commit is contained in:
lazycoder-ru 2015-09-21 00:18:14 +03:00
commit 453ced7889

View file

@ -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))