changed output folder
This commit is contained in:
parent
1c74817ffe
commit
b63904cc0e
8
conf.py
8
conf.py
|
@ -595,11 +595,11 @@ REDIRECTIONS = []
|
|||
# For more details, read the manual:
|
||||
# https://getnikola.com/handbook.html#deploying-to-github
|
||||
# You will need to configure the deployment branch on GitHub.
|
||||
GITHUB_SOURCE_BRANCH = 'src'
|
||||
GITHUB_DEPLOY_BRANCH = 'master'
|
||||
#GITHUB_SOURCE_BRANCH = 'src'
|
||||
#GITHUB_DEPLOY_BRANCH = 'master'
|
||||
|
||||
# The name of the remote where you wish to push to, using github_deploy.
|
||||
GITHUB_REMOTE_NAME = 'origin'
|
||||
#GITHUB_REMOTE_NAME = 'origin'
|
||||
|
||||
# Whether or not github_deploy should commit to the source branch automatically
|
||||
# before deploying.
|
||||
|
@ -608,7 +608,7 @@ GITHUB_COMMIT_SOURCE = True
|
|||
# Where the output site should be located
|
||||
# If you don't use an absolute path, it will be considered as relative
|
||||
# to the location of conf.py
|
||||
# OUTPUT_FOLDER = 'output'
|
||||
OUTPUT_FOLDER = 'output'
|
||||
|
||||
# where the "cache" of partial generated content should be located
|
||||
# default: 'cache'
|
||||
|
|
Loading…
Reference in New Issue