Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/staging-content-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
mv "OpenStax Content" "content-pool"
mkdir -p bkt-params
mv bktParams.json bkt-params/defaultBKTParams.json
cp bkt-params/defaultBKTParams.json bkt-params/experimentalBKTParams.json
python3 /home/runner/work/OATutor-Tooling/bkt/merge_experimental.py \
--default bkt-params/defaultBKTParams.json \
--fitted /home/runner/work/OATutor-Tooling/bkt/output/experimentalBKTParams.json \
--out bkt-params/experimentalBKTParams.json
- name: Run Node.js preprocessing script
run: |
cd content-staging-build/src/tools
Expand Down