mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update tips.rst
Added troubleshooting support link for User Pages instructions.
This commit is contained in:
parent
68724e9682
commit
edabc35ac0
1 changed files with 3 additions and 0 deletions
|
|
@ -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 <https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/>`_ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue