chore(ci): check for broken links in docs#858
Merged
Conversation
7475ece to
e97ac80
Compare
e97ac80 to
7475ece
Compare
Contributor
|
✅ The link checker did not find any broken links. See more at https://github.com/apify/apify-client-js/actions/runs/26959394670#summary-79545306916 |
The PR comment steps gated on github.event_path instead of github.event_name, so the condition never matched and no comment was posted. Also exclude the Docusaurus hashed asset directory from lychee, since those content-hashed files 410 until the build is deployed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
B4nan
approved these changes
Jun 4, 2026
B4nan
left a comment
Member
There was a problem hiding this comment.
didnt check the new check much, i guess its a copy paste from somewhere else where it works fine, right?
Member
Author
|
We are using the Lychee checker with a very similar setup in If you want to see how it looks when it fails, check this comment's history. See that if everything passes in the beginning, there's no comment not to spam the thread too much. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split off from #854
Adds automatic CI link checker to
check.yamlstep. If broken links are detected on a PR, the action comments the PR with a link to the link checker summary.