mirror of
https://github.com/trycua/computer.git
synced 2026-05-12 19:38:43 -05:00
get rid of cached 500s and update link
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
id: lychee
|
||||
with:
|
||||
# Check all markdown files
|
||||
args: --verbose --no-progress --cache --max-cache-age 1d --accept 200..=299,403 --exclude '^file://' --exclude 'localhost' --exclude '127\.0\.0\.1' '**/*.md'
|
||||
args: --verbose --no-progress --max-cache-age 1d --accept 200..=299,403 --exclude '^file://' --exclude 'localhost' --exclude '127\.0\.0\.1' '**/*.md'
|
||||
# Output results to file for parsing
|
||||
output: lychee-output.md
|
||||
# Don't fail the build on broken links (warning mode)
|
||||
|
||||
Reference in New Issue
Block a user