Matthias Endler
Matthias Endler
Hey @afalhambra-hivemq, Looking at your latest error output, I think I can see what's actually going on here. Your hosting setup (Netlify) is actively identifying and blocking the GitHub Actions...
https://github.com/lycheeverse/lychee/pull/1731 is merged. Also, working on per-host rate limiting [here](https://github.com/lycheeverse/lychee/pull/1844), which should also alleviate the problem. Looks like we can close this. 🥳
Looks like it's down again. Getting a 500.
It's up, thanks!
Maybe [lychee](https://github.com/lycheeverse/lychee) can help with that. It's written in Rust and used by many organizations. There's also a [GitHub action](https://github.com/lycheeverse/lychee-action/), which can be used to check links regularly. Testing it...
Oh, I'm not aware of any breaking changes. We haven't changed the checking algorithm. Looking at your summary, I noticed that you have 741 links. ``` # Summary | Status...
```yaml - name: Link Checker id: lychee uses: lycheeverse/[email protected] with: args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --max-concurrency 20 --max-retries 0 token: ${{ secrets.GITHUB_TOKEN }} ```
Aha! Thanks for the note about `if: always()`. In case this ends up fixing the problem, we should take that into account when updating the docs.
I don't know. It looks like you get blocked pretty rapidly, though? Do you use the GitHub token anywhere else? Maybe you'd like to create a new token and try...
Ah, I see. But you could create a custom token and pass that in for a test. Description is in the docs. I just want to know if that helps....