mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Import env.github_pages_branch from quickstart question
This commit is contained in:
parent
945b8384ed
commit
3857145754
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