mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Changed rebuild to preview in publish to GitHub pages command in fabfile.py.in
This commit is contained in:
parent
178902a692
commit
453ced7889
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue