Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Oct 23, 2023
1 parent 5c10434 commit 0cda40c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Check links

on:
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '30 12 * * 1-5'
Expand All @@ -28,7 +26,6 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
with:
debug: true
fail: true
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose' # other excludes are in .lycheeignore
output: ${{ env.issue-content }}
Expand Down

0 comments on commit 0cda40c

Please sign in to comment.