_exec("gitbook build . docs"); } public function up($m = 'update') { $this->_exec("git pull && git add . && git commit -m '" . $m . "' && git push"); } }