mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
[20170208]fix travis-ci check error
This commit is contained in:
parent
c584052583
commit
2b6f820f77
1 changed files with 2 additions and 1 deletions
|
|
@ -320,7 +320,8 @@ needed by Pelican.
|
|||
answer=bool, default=False):
|
||||
CONF['github_pages_branch'] = \
|
||||
_GITHUB_PAGES_BRANCHES['personal']
|
||||
CONF['github_user'] = ask("What's your github user name?", str_compat, '')
|
||||
CONF['github_user'] = \
|
||||
ask("What's your github user name?", str_compat, '')
|
||||
else:
|
||||
CONF['github_pages_branch'] = \
|
||||
_GITHUB_PAGES_BRANCHES['project']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue