Skip to content

Commit c3f1fec

Browse files
author
Felix Exner (fexner)
authored
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...
1 parent 961dedd commit c3f1fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
run: |
1616
.github/helpers/check_urls.sh \
1717
-d ".git build CMakeModules debian" \
18-
-f "package.xml ursim_docker.rst" \
19-
-p "vnc\.html"
18+
-f "package.xml ursim_docker.rst architecture_coarse.svg" \
19+
-p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause"

0 commit comments

Comments
 (0)