Skip to content

Commit 8b0310a

Browse files
chore: add .nojekyll file to docs directory
1 parent 7c437c4 commit 8b0310a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/jsdocs.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ if (fs.existsSync('docs')) {
1616
execSync('rm -r docs', { stdio: 'inherit' });
1717
}
1818
execSync(`mv out/auth0-js/${library.version}/ docs`, { stdio: 'inherit' });
19+
fs.writeFileSync('docs/.nojekyll', '');
1920
execSync('git add docs');

0 commit comments

Comments
 (0)