File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments