mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-05 12:15:26 -05:00
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.
This commit is contained in:
committed by
Parker Moore
parent
2defdad3ae
commit
19ec56c494
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user