mirror of
https://github.com/easychen/howto-make-more-money.git
synced 2025-08-22 22:16:22 +08:00
update
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user