From 7d37cfa7485e3a8cb1f8e0ac6001be66fb553bbc Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 25 Jun 2013 19:17:40 -0700 Subject: [PATCH] Missing -s flag added to command on tips doc page --- docs/tips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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