ci(content-staging): source experimental BKT params from tooling - #8
Open
mjyang00001 wants to merge 31 commits into
Open
mjyang00001 wants to merge 31 commits into
mjyang00001 wants to merge 31 commits into
Conversation
Update automated content workflow to correctly rename bkt
- Add deploy-to-ghpages.sh script for automated gh-pages deployment - Add DEPLOYMENT.md with comprehensive deployment guide - Add BKTPARAMS-EXPLAINED.md explaining BKT parameter structure - Add QUICK-START.md with deployment quick reference
Add -f flag to git checkout to prevent failures when there are conflicting files between main and gh-pages branches. This ensures the deployment can proceed even when image files differ between branches. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Ensure git submodules are initialized before building to prevent ENOENT errors when accessing content-pool directory.
Corrects the copy-paste error from commit 18897c0 where the second line tried to copy from bktParams1.json which no longer existed after being renamed to defaultBKTParams.json in the first line. This bug caused the script to fail with "No such file or directory" and was the reason for the revert in commits 47a223b and feb7a11. Changes: - Update updateContent.sh to copy from defaultBKTParams.json (not bktParams1.json) - Update deploy-content-staging.yml to use semantic naming - Matches App.js imports which expect defaultBKTParams/experimentalBKTParams Tested: - Dry run simulation verified commands work correctly - Manual test confirmed files are created and identical - File paths match App.js import statements
Removed 'full' from line 54 so that the content update does not read every single sheet and only reads recently edited sheets.
Fix bkt params rename
This branch has not been deployed
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
cp bktParams1.json bktParams2.jsonwith a copy from the fitted BKT params output in OATutor-ToolingbktParams2.json(experimental slot) now usesbkt/output/OATutor-CalbrightContentBKTParams.jsongenerated by the BKT fitting pipeline instead of duplicating the default paramsRelated PRs
🤖 Generated with Claude Code