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 %}