diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 310fefb5..70cacacb 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -4,7 +4,7 @@ on: repository_dispatch: workflow_dispatch: schedule: - - cron: "00 18 * * *" + - cron: "0 0 * * 6" jobs: linkChecker: @@ -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