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.
2 parents 75b3a15 + 5b50960 commit f425870Copy full SHA for f425870
index.js
@@ -24,7 +24,7 @@ module.exports = {
24
if (isPrivateRepo) {
25
const source = this.config.get("root", "./")
26
const target = path.join("./_book/gitbook/gitbook-plugin-github-issue-feedback/contents", source)
27
- fse.copy(source, target)
+ fse.copySync(source, target)
28
}
29
30
0 commit comments