-
Notifications
You must be signed in to change notification settings - Fork 0
Fix link checking and check gh-pages
branch
#127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses link checking improvements by updating the action commit references and adding a new workflow for built pages to check links on the gh‑pages branch.
- Updated the source link check workflow with a new action commit and added lychee arguments.
- Introduced a new workflow for link checking of built pages scheduled to run daily.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
.github/workflows/links-source.yaml | Updated workflow name, action commit, and added lychee-args option. |
.github/workflows/links-built.yaml | Added new workflow with scheduled checks for the gh‑pages branch. |
Comments suppressed due to low confidence (1)
.github/workflows/links-source.yaml:20
- Ensure that the 'lychee-args' parameter is documented in your action's README and confirmed to be supported by the current action version to clarify its purpose for future maintainers.
lychee-args: --exclude '%7B%7B%20.*?' --no-progress --verbose .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses link checking improvements by updating the link check action in the source workflow and adding a new workflow to verify links on the built pages (gh-pages branch).
- Update workflow name and action commit in ".github/workflows/links-source.yaml", including additional lychee-args for specific exclusions.
- Introduce a new scheduled workflow in ".github/workflows/links-built.yaml" to check links on the gh-pages branch.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
.github/workflows/links-source.yaml | Renamed the workflow, updated action commit, and added lychee-args parameters. |
.github/workflows/links-built.yaml | Added a new workflow that checks links on the gh-pages branch with scheduling support. |
Repeat of paddyroddy/adr-tree-surgery-website#96