mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
ci[minor]: Bump LC scripts package, add retry option (#19285)
The `retryFailed` option will retry all failed links, once at a time with the goal of not triggering bot protection `microsoft.com` is now hard coded into the whitelist
This commit is contained in:
@@ -3,5 +3,5 @@ const { checkBrokenLinks } = require("@langchain/scripts/check_broken_links");
|
||||
|
||||
checkBrokenLinks("docs", {
|
||||
timeout: 10000,
|
||||
whitelist: ["microsoft.com"],
|
||||
retryFailed: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user