ci(workflows): add lychee link checker to docs deployment#60
Merged
johnleider merged 7 commits intomasterfrom Jan 8, 2026
Merged
ci(workflows): add lychee link checker to docs deployment#60johnleider merged 7 commits intomasterfrom
johnleider merged 7 commits intomasterfrom
Conversation
|
commit: |
f131bf7 to
e6bbe81
Compare
2e7d2ae to
8313d23
Compare
8313d23 to
a8224d1
Compare
6054e39 to
e9e58b9
Compare
AndreyYolkin
commented
Dec 17, 2025
|
|
||
| docs-check: | ||
| needs: changes | ||
| if: ${{ needs.changes.outputs.docs == 'true' && github.event_name == 'pull_request' }} |
Contributor
Author
There was a problem hiding this comment.
prevent docs-check to run with docs deploy on master
Member
|
Can this also be run locally in addition to CI? |
Contributor
Author
|
Yes, but this is not an npm package: https://github.com/lycheeverse/lychee#installation. To run it locally, call |
Add lychee configuration and GitHub action step to check links in docs before deployment. Exclude GitHub URLs from link checking.
…able coolify action
Add a new workflow that checks documentation changes in PRs. It runs build and link checking for docs only when docs files are modified, improving CI efficiency by avoiding unnecessary builds.
504a0f2 to
8891c81
Compare
johnleider
approved these changes
Jan 8, 2026
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.
Add lychee configuration and GitHub action step to check links in docs before deployment.
Beware: It excludes GitHub and Discord URLs from link checking.