explicity using gulp from node_modules
This commit is contained in:
parent
949c361026
commit
8cbd6c4bca
@ -15,14 +15,10 @@ function init {
|
|||||||
|
|
||||||
function run {
|
function run {
|
||||||
|
|
||||||
cd $SITE_DIR
|
|
||||||
git reset --hard
|
|
||||||
git pull origin master
|
|
||||||
|
|
||||||
VERSION=$(readJsonProp "package.json" "version")
|
VERSION=$(readJsonProp "package.json" "version")
|
||||||
|
|
||||||
# process new docs
|
# process new docs
|
||||||
gulp docs
|
./node_modules/.bin/gulp docs
|
||||||
|
|
||||||
# CD in to the site dir to commit updated docs
|
# CD in to the site dir to commit updated docs
|
||||||
cd $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user