From 93dcbc6aea5f2f07a1029627e200b5bc6ecde9bf Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Mar 2026 12:04:50 +0000 Subject: [PATCH] Add debug-trainer.html to gh-pages deployment 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 --- .github/workflows/pr-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index a4cde8a..b5e748e 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -38,6 +38,7 @@ jobs: cp -r sample _site/ cp index.html _site/ cp debug.html _site/ + cp debug-trainer.html _site/ cp debug-multiple.html _site/ cp test-release.html _site/ # Standalone demo pages