From 3857145754a71986a202e930d1f7fad4e21bb06f Mon Sep 17 00:00:00 2001 From: Jangsea Park Date: Wed, 2 Mar 2016 20:48:11 +0900 Subject: [PATCH] Import env.github_pages_branch from quickstart question --- pelican/tools/templates/fabfile.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/templates/fabfile.py.in b/pelican/tools/templates/fabfile.py.in index bcc66f6a..370b4b78 100644 --- a/pelican/tools/templates/fabfile.py.in +++ b/pelican/tools/templates/fabfile.py.in @@ -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