Skip to content

Commit

Permalink
Update linkcheck.yml (#1063)
Browse files Browse the repository at this point in the history
- Remove --no-cache and related flags
- Update the date it runs to the 3rd so we can test it tomorrow morning
  • Loading branch information
mdlinville authored and johndmulhausen committed Feb 19, 2025
1 parent c03255f commit 296252a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "1 0 2 * *" # 12:01 on the 1st of each month
- cron: "1 0 3 * *" # 12:01 on the 1st of each month

jobs:
linkChecker:
Expand All @@ -28,8 +28,6 @@ jobs:
args: >-
--accept 200,429
--base content
--no-cache
--max-cache-age 1d
--user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
--max-concurrency 5
--verbose
Expand Down

0 comments on commit 296252a

Please sign in to comment.