From c3f1fec8cced363bdaa65f2d6d60f19539e57a05 Mon Sep 17 00:00:00 2001 From: "Felix Exner (fexner)" Date: Thu, 17 Oct 2024 11:29:11 +0200 Subject: [PATCH] Disable link checks for architecture_coarse.svg (#1142) * Disable link checks for architecture_coarse.svg * Exclude opensource.org/licenses/BSD-3-Clause This seems to fail in CI - for whatever reason... --- .github/workflows/check_links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index bdf3b4eb..4e2c4c8b 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -15,5 +15,5 @@ jobs: run: | .github/helpers/check_urls.sh \ -d ".git build CMakeModules debian" \ - -f "package.xml ursim_docker.rst" \ - -p "vnc\.html" + -f "package.xml ursim_docker.rst architecture_coarse.svg" \ + -p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause"