forked from github/pelican
Add more missing -s flags to tips doc page
This commit is contained in:
parent
7d37cfa748
commit
5d000ca290
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ To publish a Pelican site as User Pages you need to *push* the content of the
|
|||
|
||||
Again, you can take advantage of ``ghp-import``::
|
||||
|
||||
$ pelican content -o output pelicanconf.py
|
||||
$ pelican content -o output -s pelicanconf.py
|
||||
$ ghp-import output
|
||||
$ git push git@github.com:elemoine/elemoine.github.com.git gh-pages:master
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ To automatically update your Pelican site on each commit you can create
|
|||
a post-commit hook. For example, you can add the following to
|
||||
``.git/hooks/post-commit``::
|
||||
|
||||
pelican pelican content -o output pelicanconf.py && ghp-import output && git push origin gh-pages
|
||||
pelican pelican content -o output -s pelicanconf.py && ghp-import output && git push origin gh-pages
|
||||
|
||||
Tip #2:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue