1
0
Fork 0
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:
Justin Mayer 2016-03-15 16:17:45 -07:00
commit 58904af92c

View file

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