mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: dont set the ci to failed on fail to upload docs
This commit is contained in:
@@ -23,6 +23,6 @@ for await (const file of globber.globGenerator()) {
|
||||
await pool.sql`insert into documentation (version, data) values (${version}, ${data}) on conflict (name, version) do update set data = EXCLUDED.data`;
|
||||
} catch (error) {
|
||||
const err = error as Error;
|
||||
setFailed(err.message);
|
||||
console.log(err.message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user