Skip to content

Commit 1ec7e0f

Browse files
committedMar 17, 2017
Update github_deploy branches in docs
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 1592ba4 commit 1ec7e0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎docs/manual.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1486,12 +1486,11 @@ sure you have ``nikola`` and ``git`` installed on your PATH.
14861486
will be deployed. It should be ``gh-pages`` for project pages and
14871487
``master`` for user pages (user.github.io).
14881488
* ``GITHUB_SOURCE_BRANCH`` is the branch where your Nikola site source will be
1489-
deployed. We default to ``master``, but user pages should use ``src`` or
1490-
something else.
1489+
deployed. We recommend and default to ``src``.
14911490
* ``GITHUB_REMOTE_NAME`` is the remote to which changes are pushed.
14921491
* ``GITHUB_COMMIT_SOURCE`` controls whether or not the source branch is
14931492
automatically committed to and pushed. We recommend setting it to
1494-
``True``.
1493+
``True``, unless you are automating builds with Travis CI.
14951494

14961495
4. Create a ``.gitignore`` file. We recommend adding at least the following entries:
14971496

0 commit comments

Comments
 (0)
Please sign in to comment.