mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: correct path again
This commit is contained in:
@@ -17,7 +17,7 @@ const sql = connect({
|
||||
url: process.env.DATABASE_URL!,
|
||||
});
|
||||
|
||||
const globber = await create(`docs/*/${pkg}/docs/docs.api.json`);
|
||||
const globber = await create(`docs/${pkg}/docs/docs.api.json`);
|
||||
for await (const file of globber.globGenerator()) {
|
||||
const data = await readFile(file, 'utf8');
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user