Skip to content

Commit

Permalink
Disable link checks for architecture_coarse.svg (#1142)
Browse files Browse the repository at this point in the history
* Disable link checks for architecture_coarse.svg

* Exclude opensource.org/licenses/BSD-3-Clause

This seems to fail in CI - for whatever reason...
  • Loading branch information
fmauch authored Oct 17, 2024
1 parent 961dedd commit c3f1fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c3f1fec

Please sign in to comment.