diff --git a/lib/package/docs.js b/lib/package/docs.js index 54d6075f..3987055b 100644 --- a/lib/package/docs.js +++ b/lib/package/docs.js @@ -222,7 +222,7 @@ export default class Docs { } #createNoJekyll ( options ) { - fs.copyFileSync( utils.resolve( "#resources/templates/docs/.nojekyll", import.meta.url ), this.locationPath + "/.nojekyll" ); + fs.writeFileSync( this.locationPath + "/.nojekyll", "" ); } async #checkMarkdown ( options ) {