Skip to content

Commit

Permalink
merge master before publishing site
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jan 22, 2015
1 parent 6478c27 commit 7859017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public function publish()
$this->stopOnFail();
$this->taskGitStack()
->checkout('site')
->merge('master')
->run();
$this->_copy('CHANGELOG.md', 'docs/changelog.md');
$this->_exec('mkdocs gh-deploy');
Expand Down

0 comments on commit 7859017

Please sign in to comment.