From 1ec7e0f32336bb1a0d72ceb62a717bc2f05941d7 Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Fri, 17 Mar 2017 18:02:20 +0100 Subject: [PATCH] Update github_deploy branches in docs Signed-off-by: Chris Warrick --- docs/manual.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manual.txt b/docs/manual.txt index 24c807c723..7cff853802 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -1486,12 +1486,11 @@ sure you have ``nikola`` and ``git`` installed on your PATH. will be deployed. It should be ``gh-pages`` for project pages and ``master`` for user pages (user.github.io). * ``GITHUB_SOURCE_BRANCH`` is the branch where your Nikola site source will be - deployed. We default to ``master``, but user pages should use ``src`` or - something else. + deployed. We recommend and default to ``src``. * ``GITHUB_REMOTE_NAME`` is the remote to which changes are pushed. * ``GITHUB_COMMIT_SOURCE`` controls whether or not the source branch is automatically committed to and pushed. We recommend setting it to - ``True``. + ``True``, unless you are automating builds with Travis CI. 4. Create a ``.gitignore`` file. We recommend adding at least the following entries: