Next: Step {{NEXT_STEP_NUMBER}} — {{NEXT_STEP_TITLE}}
Click the badge to open Start the workshop, then click Run workflow. It moves you from Setup to Step {{NEXT_STEP_NUMBER}}. Pull after the action completes.
Or open Actions → Start the workshop → Run workflow manually.
From Step {{NEXT_STEP_NUMBER}} onward you don't click a button to advance — you just commit your work and push to main, and the next step loads automatically.
💡 Button returns 404? Your repo's one-time Initialize workshop Action hasn't run yet. Open the Actions tab, run Initialize workshop → Run workflow, then refresh this page.
Prefer to stay local? Run
python .workshop/scripts/advance_step.py --expected-current-step {{CURRENT_STEP}} --auto-commit(ormake advance) instead of clicking the button. See Working fully locally for the full local flow.
Made a mistake? Use the Reset workshop workflow, or run python .workshop/scripts/advance_step.py --reset --auto-commit locally.