Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.43 KB

File metadata and controls

20 lines (11 loc) · 1.43 KB

▶ Start the workshop

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 (or make 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.