Skip to content

Commit d2c899b

Browse files
authored
Disable checking links for two broken ones (#333)
- rosin-project.eu seems to be down. We want to keep attribution to the project, nevertheless. - We get a 403 on that stackoverflow question. I don't know why, but let's ignore that in the report.
1 parent 5bbe874 commit d2c899b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
--exclude '^http://192\.168\.56\.101'
3333
--exclude 'kernel\.org\/pub\/linux\/kernel'
3434
--exclude 'releases/download/v\$%7BURCAP_VERSION%7D/externalcontrol-\$%7BURCAP_VERSION%7D\.jar'
35+
--exclude '^http://rosin-project\.eu'
36+
--exclude '2013181\/gdb-causes-sem-wait-to-fail-with-eintr-error'
3537
--max-concurrency 1
3638
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3739
- name: Save lychee cache

0 commit comments

Comments
 (0)