Skip to content

Commit

Permalink
broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz committed Jul 5, 2024
1 parent 621a51c commit 83e9e02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: Check links
on:
pull_request:
branches:
- test # Change this to the branch to main later
- test
push:
paths:
- '.github/workflows/check_links.yaml'
- '.lycheeignore'
- '**/*.md'
workflow_dispatch:
# schedule:
# - cron: '30 12 * * 1-5'
Expand All @@ -30,7 +35,8 @@ jobs:
uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: --verbose --no-progress './**/*.json' --exclude-mail
# args: --verbose --no-progress './**/*.json' --exclude-mail
args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'
output: ${{ env.issue-content }}

# Permissions (issues: read)
Expand Down
3 changes: 3 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- This is a list of URLs that Lychee should ignore. -->
<!-- False Positive URL -->

https://github.com/JuanPabloDiaz/LinksHub
https://github.com/JuanPabloDiaz/LinksHub/pull
https://github.com/JuanPabloDiaz/LinksHub/issue
Expand Down

0 comments on commit 83e9e02

Please sign in to comment.