Skip to content

Commit

Permalink
chore: update lychee workflow
Browse files Browse the repository at this point in the history
Signed-off-by: taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaassssssssssssssssssssssssssssssssssssssssssssssssssssky <[email protected]>
  • Loading branch information
taskylizard authored Nov 7, 2024
1 parent 28f6bfd commit 767bd65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Check Markdown links
on:
workflow_dispatch:
schedule:
- cron: '00 18 * * *' # Run once daily at 18:00 UTC
- cron: '
18 * * *' # Run once daily at 18:00 UTC

jobs:
check-links:
Expand All @@ -26,9 +28,10 @@ jobs:
with:
args: --base . --verbose --no-progress './docs/*.md'
token: ${{ secrets.CUSTOM_TOKEN }}
fail: false

- name: Create Issue From File
if: env.exit_code != 0
if: ${{ steps.lychee.outputs.exit_code }} != 0
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
Expand Down

0 comments on commit 767bd65

Please sign in to comment.