From 19ec56c494c7fc725c8252ad0b7d77438022f563 Mon Sep 17 00:00:00 2001 From: Josh Branchaud Date: Wed, 29 May 2013 12:00:21 +0200 Subject: [PATCH] The command-line flags for Jekyll for the source directory and the destination directory are now specified in the docs for the deployment methods. Fixes #1157. --- site/docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/deployment-methods.md b/site/docs/deployment-methods.md index dd4369ce..7257ded2 100644 --- a/site/docs/deployment-methods.md +++ b/site/docs/deployment-methods.md @@ -54,7 +54,7 @@ TMP_GIT_CLONE=$HOME/tmp/myrepo PUBLIC_WWW=/var/www/myrepo git clone $GIT_REPO $TMP_GIT_CLONE -jekyll build $TMP_GIT_CLONE $PUBLIC_WWW +jekyll build -s $TMP_GIT_CLONE -d $PUBLIC_WWW rm -Rf $TMP_GIT_CLONE exit {% endhighlight %}