Skip to content

Commit

Permalink
Update link-check.yml
Browse files Browse the repository at this point in the history
exclude linkedin #664
  • Loading branch information
naher94 committed Mar 7, 2025
1 parent 41e6289 commit 35a586b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
- cron: "0 0 * * 6"

jobs:
linkChecker:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: _site
args: _site --exclude '^https://www\.linkedin\.com'
fail: false

- name: Create Issue From File
Expand Down

0 comments on commit 35a586b

Please sign in to comment.