Closed meysam81 closed 3 weeks ago
This line right here:
https://github.com/lycheeverse/lychee-action/blob/731bf1a2affebd80fab6515ba61d2648a76929a4/action.yml#L102
... is removing the lychee.toml file and the end result is as you see below:
lychee.toml
Cannot load configuration file `lychee.toml`: No such file or directory (os error 2)
This should be fixed in the latest version, as per https://github.com/lycheeverse/lychee-action/pull/255. Thanks for reporting.
This line right here:
https://github.com/lycheeverse/lychee-action/blob/731bf1a2affebd80fab6515ba61d2648a76929a4/action.yml#L102
... is removing the
lychee.toml
file and the end result is as you see below: