mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Missing -s flag added to command on tips doc page
This commit is contained in:
parent
d2ef893b72
commit
7d37cfa748
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ For example, if the sources of your Pelican site are contained in a GitHub
|
||||||
repository, and if you want to publish your Pelican site as Project Pages of
|
repository, and if you want to publish your Pelican site as Project Pages of
|
||||||
this repository, you can then use the following::
|
this repository, you can then use the following::
|
||||||
|
|
||||||
$ pelican content -o output pelicanconf.py
|
$ pelican content -o output -s pelicanconf.py
|
||||||
$ ghp-import output
|
$ ghp-import output
|
||||||
$ git push origin gh-pages
|
$ git push origin gh-pages
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue