changed output folder

This commit is contained in:
Vicky Steeves 2017-05-02 02:45:28 +00:00
parent 1c74817ffe
commit b63904cc0e
1 changed files with 4 additions and 4 deletions

View File

@ -595,11 +595,11 @@ REDIRECTIONS = []
# For more details, read the manual: # For more details, read the manual:
# https://getnikola.com/handbook.html#deploying-to-github # https://getnikola.com/handbook.html#deploying-to-github
# You will need to configure the deployment branch on GitHub. # You will need to configure the deployment branch on GitHub.
GITHUB_SOURCE_BRANCH = 'src' #GITHUB_SOURCE_BRANCH = 'src'
GITHUB_DEPLOY_BRANCH = 'master' #GITHUB_DEPLOY_BRANCH = 'master'
# The name of the remote where you wish to push to, using github_deploy. # 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 # Whether or not github_deploy should commit to the source branch automatically
# before deploying. # before deploying.
@ -608,7 +608,7 @@ GITHUB_COMMIT_SOURCE = True
# Where the output site should be located # Where the output site should be located
# If you don't use an absolute path, it will be considered as relative # If you don't use an absolute path, it will be considered as relative
# to the location of conf.py # to the location of conf.py
# OUTPUT_FOLDER = 'output' OUTPUT_FOLDER = 'output'
# where the "cache" of partial generated content should be located # where the "cache" of partial generated content should be located
# default: 'cache' # default: 'cache'