Skip to content

Commit

Permalink
Update github_deploy branches in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 17, 2017
1 parent 1592ba4 commit 1ec7e0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/manual.txt
Expand Up @@ -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 will be deployed. It should be ``gh-pages`` for project pages and
``master`` for user pages (user.github.io). ``master`` for user pages (user.github.io).
* ``GITHUB_SOURCE_BRANCH`` is the branch where your Nikola site source will be * ``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 deployed. We recommend and default to ``src``.
something else.
* ``GITHUB_REMOTE_NAME`` is the remote to which changes are pushed. * ``GITHUB_REMOTE_NAME`` is the remote to which changes are pushed.
* ``GITHUB_COMMIT_SOURCE`` controls whether or not the source branch is * ``GITHUB_COMMIT_SOURCE`` controls whether or not the source branch is
automatically committed to and pushed. We recommend setting it to 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: 4. Create a ``.gitignore`` file. We recommend adding at least the following entries:


Expand Down

0 comments on commit 1ec7e0f

Please sign in to comment.