Add debug-trainer.html to PR preview workflow#167
Merged
Conversation
The index.html landing page links to debug-trainer.html but it was missing from the deploy-main copy step, resulting in a 404. https://claude.ai/code/session_01JSEM6AKpipvdhekYWTmfvC
Contributor
PR PreviewPreview deployment is ready! View Preview Last updated: 2026-03-27T12:05:56.847Z |
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
This change adds the
debug-trainer.htmlfile to the list of files copied during the PR preview build process, ensuring it is available in the preview deployment.Key Changes
cp debug-trainer.html _site/to the GitHub Actions workflow that prepares files for PR previewsDetails
The PR preview workflow copies various HTML files to the
_site/directory for deployment. This change includes thedebug-trainer.htmlfile alongside other debug and demo pages, making it accessible in PR preview environments.https://claude.ai/code/session_01JSEM6AKpipvdhekYWTmfvC