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