Commit 1ec7e0f 1 parent 1592ba4 commit 1ec7e0f Copy full SHA for 1ec7e0f
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1486,12 +1486,11 @@ sure you have ``nikola`` and ``git`` installed on your PATH.
1486
1486
will be deployed. It should be ``gh-pages`` for project pages and
1487
1487
``master`` for user pages (user.github.io).
1488
1488
* ``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``.
1491
1490
* ``GITHUB_REMOTE_NAME`` is the remote to which changes are pushed.
1492
1491
* ``GITHUB_COMMIT_SOURCE`` controls whether or not the source branch is
1493
1492
automatically committed to and pushed. We recommend setting it to
1494
- ``True``.
1493
+ ``True``, unless you are automating builds with Travis CI .
1495
1494
1496
1495
4. Create a ``.gitignore`` file. We recommend adding at least the following entries:
1497
1496
You can’t perform that action at this time.
0 commit comments