We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f26ac commit 2aad0cdCopy full SHA for 2aad0cd
.github/workflows/link-checker.yml
@@ -38,8 +38,8 @@ jobs:
38
# './**/*.md' './**/*.html' './**/*.rst'
39
args: >
40
./_site/**/*.html
41
- --verbose --max-concurrency 1 --no-progress
42
- --accept '100..=103,200..=299, 429'
+ --max-concurrency 1 --no-progress
+ --accept '100..=103,200..=399, 429'
43
--exclude https://doi.org/
44
env:
45
# avoid 429 errors (too many requests) on github.com api requests
@@ -49,6 +49,6 @@ jobs:
49
if: steps.lychee.outputs.exit_code != 0
50
uses: peter-evans/create-issue-from-file@v5
51
with:
52
- title: Link Checker Report
+ title: "🔗 Link Check Report - $(date + '%Y-%m-%d')"
53
content-filepath: ./lychee/out.md
54
- labels: documentation, github_actions
+ labels: bug
0 commit comments