parent
a761a7acbc
commit
d4443e43d6
|
@ -47,7 +47,7 @@ TMP_GIT_CLONE=$HOME/tmp/myrepo
|
||||||
PUBLIC_WWW=/var/www/myrepo
|
PUBLIC_WWW=/var/www/myrepo
|
||||||
|
|
||||||
git clone $GIT_REPO $TMP_GIT_CLONE
|
git clone $GIT_REPO $TMP_GIT_CLONE
|
||||||
jekyll build -s $TMP_GIT_CLONE -d $PUBLIC_WWW
|
bundle exec jekyll build -s $TMP_GIT_CLONE -d $PUBLIC_WWW
|
||||||
rm -Rf $TMP_GIT_CLONE
|
rm -Rf $TMP_GIT_CLONE
|
||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue