Conversation
Deploying idempot-js with
|
| Latest commit: |
a55e7fd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://48fe2e98.idempot-js.pages.dev |
| Branch Preview URL: | https://add-link-checker.idempot-js.pages.dev |
Add automated link checking using lychee to detect broken links in the built VitePress documentation site. Changes: - Add npm script 'lint:links' to run link checker locally - Create scripts/link-check.sh for local link checking - Add .github/workflows/link-check.yml for CI automation - Remove artefact docs/superpowers directory from past coding sessions that was causing 404 errors The link checker: - Runs against the built docs/.vitepress/dist folder - Excludes local file:// URLs - Accepts 200-299 and 403 status codes - Runs on push, PR, and daily schedule - Creates GitHub issues for broken link reports Security: - All GitHub Actions pinned to specific commit hashes - Uses corepack enable for pnpm (repository standard) - Follows existing workflow patterns from ci.yml Refs: lycheeverse/lychee-action@v2
77b77ec to
a55e7fd
Compare
|
🎉 This PR is included in version 1.0.6 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.6 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.6 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
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.
Summary
Add automated link checking using lychee to detect broken links in the built VitePress documentation site.
Changes
npm run lint:linksscript to run link checker locallyHow it works
The link checker:
docs/.vitepress/distfolder (not source files)file://URLsUsage
Notes