File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 55export MSYS_NO_PATHCONV=1 # for Git Bash on Windows
66
77SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
8- LYCHEE_CONFIG=" $SCRIPT_DIR /../../lychee.toml"
8+ LYCHEE_CONFIG=" $SCRIPT_DIR /../../. lychee.toml"
99DEPENDENCIES_DOCKERFILE=" $SCRIPT_DIR /dependencies.dockerfile"
1010
1111# Extract lychee version from dependencies.dockerfile
1212LYCHEE_VERSION=$( grep " FROM lycheeverse/lychee:" " $DEPENDENCIES_DOCKERFILE " | sed ' s/.*FROM lycheeverse\/lychee:\([^ ]*\).*/\1/' )
1313
1414# Build the lychee command with optional GitHub token
15- CMD=" lycheeverse/lychee:$LYCHEE_VERSION --verbose --config ./lychee.toml "
15+ CMD=" lycheeverse/lychee:$LYCHEE_VERSION --verbose --config $( basename " $LYCHEE_CONFIG " ) "
1616
1717# Add GitHub token if available
1818if [[ -n " $GITHUB_TOKEN " ]]; then
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ retry_wait_time = 5
33max_retries = 6
44max_concurrency = 4
55
6- # Stealth
7- user_agent = " Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0"
8-
9- # Check fragments in links
6+ # validate link anchors
107include_fragments = true
118
129# excluding links to pull requests and issues is done for performance
You can’t perform that action at this time.
0 commit comments