We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0537ee2 commit f5deb4bCopy full SHA for f5deb4b
index.js
@@ -3,7 +3,6 @@
3
4
const path = require("path")
5
const fse = require("fs-extra")
6
-const pkg = require("./package.json")
7
8
module.exports = {
9
website: {
@@ -24,7 +23,7 @@ module.exports = {
24
23
// copy contents for private repository
25
if (isPrivateRepo) {
26
const source = this.config.get("root", "./")
27
- const target = path.join("./_book/gitbook/", pkg.name, "contents", source)
+ const target = path.join("./_book/gitbook/gitbook-plugin-github-issue-feedback/contents", source)
28
fse.copy(source, target)
29
}
30
0 commit comments