diff --git a/conf.py b/conf.py index 58e531c..e29c8d7 100644 --- a/conf.py +++ b/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'