mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
ci: correct path again
This commit is contained in:
@@ -17,7 +17,7 @@ const sql = connect({
|
|||||||
url: process.env.DATABASE_URL!,
|
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()) {
|
for await (const file of globber.globGenerator()) {
|
||||||
const data = await readFile(file, 'utf8');
|
const data = await readFile(file, 'utf8');
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user