Skip to content

Commit 6da2ff6

Browse files
chore: add .nojekyll file to docs directory (#1614)
2 parents 7c437c4 + 8b0310a commit 6da2ff6

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)