We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c437c4 + 8b0310a commit 6da2ff6Copy full SHA for 6da2ff6
1 file changed
scripts/jsdocs.mjs
@@ -16,4 +16,5 @@ if (fs.existsSync('docs')) {
16
execSync('rm -r docs', { stdio: 'inherit' });
17
}
18
execSync(`mv out/auth0-js/${library.version}/ docs`, { stdio: 'inherit' });
19
+fs.writeFileSync('docs/.nojekyll', '');
20
execSync('git add docs');
0 commit comments