Skip to content

Commit d3d8c20

Browse files
ci: adjust ignore list (#789)
1 parent 758a379 commit d3d8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { exit } from "process";
33

44
const allowedStatuses = [401, 403, 405];
55

6-
const ignoreList = [];
6+
const ignoreList = ["https://zenml.io/logo.png"];
77

88
const headers = new Headers({
99
"User-Agent": "ZenMLURLBot/1.0 (+http://zenml.io/bot)"

0 commit comments

Comments
 (0)