This commit is contained in:
EasyChen
2020-08-27 09:42:33 +08:00
parent fe02075df0
commit 30bf10a1e5
20 changed files with 30 additions and 20 deletions

View File

@@ -11,4 +11,9 @@ class RoboFile extends \Robo\Tasks
{
$this->_exec("gitbook build . docs");
}
public function up($m = 'update')
{
$this->_exec("git pull && git add . && git commit -m '" . $m . "' && git push");
}
}