Skip to content

Commit

Permalink
Update link_checker.yml
Browse files Browse the repository at this point in the history
trying to hard code URLS to exclude in actions yaml as .lycheeignore does not seem to be working and can't figure out why
  • Loading branch information
JustinGOSSES authored Oct 19, 2024
1 parent 1e7fbce commit bc25c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
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'
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}

0 comments on commit bc25c8f

Please sign in to comment.