execute jekyll from cloned source
This commit is contained in:
parent
20f9c26088
commit
34404af031
|
@ -10,7 +10,7 @@ rm -Rf ./tmp/default-site
|
||||||
workdir=$(pwd)
|
workdir=$(pwd)
|
||||||
|
|
||||||
echo "$0: creating new default site"
|
echo "$0: creating new default site"
|
||||||
bundle exec ruby exe/jekyll new tmp/default-site
|
bundle exec jekyll new tmp/default-site
|
||||||
pushd tmp/default-site
|
pushd tmp/default-site
|
||||||
|
|
||||||
echo "$0: respecifying the jekyll install location"
|
echo "$0: respecifying the jekyll install location"
|
||||||
|
|
Loading…
Reference in New Issue