From 6f972d1c8414b99690ac171add45aef071d03ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Sun, 16 Aug 2026 19:34:03 +0200 Subject: [PATCH] Exclude url to osm tiles in docs --- .github/workflows/check-links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 9dc144a8052..0bf41b6e497 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -69,6 +69,7 @@ jobs: --exclude "^https://www.pygmt.org/%7B%7Bpath%7D%7D" --exclude "^https://www.researchgate.net/" --exclude "^https://stackoverflow.com/a/69170441" + --exclude "^https://tile.openstreetmap.org/%7Bz%7D/%7Bx%7D/%7By%7D.png" "repository/*.md" "repository/**/*.py" "documentation/dev/**/*.html"