From edabc35ac07d69b411458238e3c7bfcc9033e708 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Wed, 9 Aug 2017 13:22:38 -0500 Subject: [PATCH] Update tips.rst Added troubleshooting support link for User Pages instructions. --- docs/tips.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tips.rst b/docs/tips.rst index 50160380..e976d8a2 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -88,6 +88,9 @@ Again, you can take advantage of ``ghp-import``:: $ pelican content -o output -s pelicanconf.py $ ghp-import output + +`Make sure you have a valid SSH key `_ and then push changes to your Github 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