You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-render the Quarto site with the pixi kernel (export QUARTO_PYTHON=$PWD/.pixi/envs/default/bin/python && pixi run quarto render quarto/); commit quarto/_site + quarto/_freeze. New page uncertainty-3-stress.qmd is prose-only (no kernel needed).
Rebuild the paper: python paper/build.py → regenerates paper/manuscript.tex (currently stale: the .qmd is the source of truth and carries the new Parts 2–3 + tables).
Deploy to gh-pages (push to master triggers .github/workflows/quarto.yml).
Until this runs, the live site and committed manuscript.tex/_site lag the reorganized source. See quarto/REORG_PLAN.md §7 for build mechanics.
The reorganization landed as source only (this pass did not render). Close the loop:
export QUARTO_PYTHON=$PWD/.pixi/envs/default/bin/python && pixi run quarto render quarto/); commitquarto/_site+quarto/_freeze. New pageuncertainty-3-stress.qmdis prose-only (no kernel needed).python paper/build.py→ regeneratespaper/manuscript.tex(currently stale: the .qmd is the source of truth and carries the new Parts 2–3 + tables).gh-pages(push tomastertriggers.github/workflows/quarto.yml).Until this runs, the live site and committed
manuscript.tex/_sitelag the reorganized source. Seequarto/REORG_PLAN.md§7 for build mechanics.