Skip to content

Commit

Permalink
chore: run the link check everyday (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingy94@gmail.com>
  • Loading branch information
kemingy authored Oct 7, 2023
1 parent 06ecb16 commit b7f6857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '45 18 * * *'

jobs:
linkChecker:
Expand Down

1 comment on commit b7f6857

@vercel
Copy link

@vercel vercel bot commented on b7f6857 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.