mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Delete 'git push origin' and use 'ghp-import -p', push option
This commit is contained in:
parent
945b8384ed
commit
23ab0f1ae1
1 changed files with 1 additions and 2 deletions
|
|
@ -90,5 +90,4 @@ def publish():
|
|||
def gh_pages():
|
||||
"""Publish to GitHub Pages"""
|
||||
rebuild()
|
||||
local("ghp-import -b {github_pages_branch} {deploy_path}".format(**env))
|
||||
local("git push origin {github_pages_branch}".format(**env))
|
||||
local("ghp-import -b {github_pages_branch} {deploy_path} -p".format(**env))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue