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:
Brace Sproul
2024-03-19 10:42:59 -07:00
committed by GitHub
parent 7eb376d5fc
commit 17c62e0f3a
3 changed files with 7 additions and 7 deletions

View File

@@ -3,5 +3,5 @@ const { checkBrokenLinks } = require("@langchain/scripts/check_broken_links");
checkBrokenLinks("docs", {
timeout: 10000,
whitelist: ["microsoft.com"],
retryFailed: true,
});