Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Aug 30, 2015
1 parent f02e177 commit 7c9cf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gulp.task('doc-update-ref', function() {
});

gulp.task('doc-push', function(cb) {
git.push('origin', 'gh-pages', cb);
git.push('origin', 'gh-pages', { cwd: 'doc' }, cb);
});

gulp.task('doc-compile', function() {
Expand Down
2 changes: 1 addition & 1 deletion doc
Submodule doc updated 1 files
+1 −0 .gitattributes

0 comments on commit 7c9cf0d

Please sign in to comment.