Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 138cddf

Browse files
committed
Ste GitBook as publisher
1 parent 78e25f8 commit 138cddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generate/ebook/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Generator.prototype.finish = function() {
3131
"--title": that.options.title,
3232
"--comments": that.options.description,
3333
"--authors": that.options.author,
34+
"--publisher": "GitBook",
3435
"--chapter": "descendant-or-self::*[contains(concat(' ', normalize-space(@class), ' '), ' book-chapter ')]",
3536
"--chapter-mark": "pagebreak",
3637
"--page-breaks-before": "/",

0 commit comments

Comments
 (0)