From 31fd6c6da6c8e7d9ab3bac9a0e40ddadacc1359e Mon Sep 17 00:00:00 2001 From: Bernardo Gomes Date: Sun, 29 Jul 2018 19:26:03 -0300 Subject: [PATCH] ghp-import ouput update the branch gh-pages --- docs/tips.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tips.rst b/docs/tips.rst index f9da8217..8a0edc72 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -58,7 +58,7 @@ repository, and if you want to publish that Pelican site in the form of Project Pages to this repository, you can then use the following:: $ pelican content -o output -s pelicanconf.py - $ ghp-import output + $ ghp-import output -b gh-pages $ git push origin gh-pages The ``ghp-import output`` command updates the local ``gh-pages`` branch with @@ -87,7 +87,7 @@ your ``.github.io`` repository on GitHub. Again, you can take advantage of ``ghp-import``:: $ pelican content -o output -s pelicanconf.py - $ ghp-import output + $ ghp-import output -b gh-pages $ git push git@github.com:elemoine/elemoine.github.io.git gh-pages:master The ``git push`` command pushes the local ``gh-pages`` branch (freshly updated