Skip to content

Commit bc25c8f

Browse files
authored
Update link_checker.yml
trying to hard code URLS to exclude in actions yaml as .lycheeignore does not seem to be working and can't figure out why
1 parent 1e7fbce commit bc25c8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/link_checker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
- name: lychee Link Checker
99
id: lychee
1010
uses: lycheeverse/lychee-action@v2
11+
with:
12+
args: --exclude 'https://wiki.seg.org/wiki/Open_data' --exclude 'https://www.gnu.org/licenses/license-list.html' --exclude 'https://www.gnu.org/licenses/license-list.html'
1113
- name: Fail if there were link errors
1214
run: exit ${{ steps.lychee.outputs.exit_code }}

0 commit comments

Comments
 (0)