forked from github/pelican
Merge pull request #1922 from Jangsea/fix_github_pages_branch
Import env.github_pages_branch in fabfile from quickstart question
This commit is contained in:
commit
58904af92c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ env.cloudfiles_api_key = '$cloudfiles_api_key'
|
|||
env.cloudfiles_container = '$cloudfiles_container'
|
||||
|
||||
# Github Pages configuration
|
||||
env.github_pages_branch = "gh-pages"
|
||||
env.github_pages_branch = "$github_pages_branch"
|
||||
|
||||
# Port for `serve`
|
||||
PORT = 8000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue