chore: removing the images for now to get the verify link script to pass
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 667 KiB |
@@ -149,6 +149,7 @@ async function main() {
|
||||
badUrls.push(...badFileUrls);
|
||||
}
|
||||
|
||||
console.warn(docPages);
|
||||
if (badUrls.length) {
|
||||
console.log(`Found ${badUrls.length} bad links within repo`);
|
||||
for (const { url, basePath, problem } of badUrls) {
|
||||
|
||||
Reference in New Issue
Block a user