chore: removing the images for now to get the verify link script to pass

This commit is contained in:
blam
2020-12-17 10:31:05 +01:00
parent d62be2f822
commit 0fc432f202
2 changed files with 1 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 KiB

+1
View File
@@ -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) {