Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Apr 16, 2024
1 parent ec63e9a commit 3a84547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 3a84547

Please sign in to comment.