diff --git a/docs/tips.rst b/docs/tips.rst index 64695db0..e29f73d2 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -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 this repository, you can then use the following:: - $ pelican content -o output pelicanconf.py + $ pelican content -o output -s pelicanconf.py $ ghp-import output $ git push origin gh-pages