Manual step M1 (operator-run, after Steps 1–6) · Plan: plan.md §11 Step M1
Enable GitHub Pages and confirm the site is live. This flips the repo behavior to serving the site publicly.
Commands
cd C:\Users\abero\dev\aberson.github.io
gh api -X POST repos/aberson/aberson.github.io/pages -f build_type=workflow
git commit --allow-empty -m "ci: trigger initial Pages deploy"; git push
gh run watch
Start-Process "https://aberson.github.io"
What to look for
| Check |
Expected |
| Deploy Action |
deploy.yml run completes green |
| Site loads |
https://aberson.github.io renders the hub |
| HTTPS |
Padlock; auto Let's Encrypt cert; no mixed content |
| Content |
6 project cards; GitHub link works; hero + resume + contact present |
| Mobile |
Layout intact at phone width |
Notes
Operator step — no code diff. Provide the real LinkedIn URL + contact email and export a real public/resume.pdf before this (resolve the TODO: markers).
Manual step M1 (operator-run, after Steps 1–6) · Plan: plan.md §11 Step M1
Enable GitHub Pages and confirm the site is live. This flips the repo behavior to serving the site publicly.
Commands
What to look for
deploy.ymlrun completes greenhttps://aberson.github.iorenders the hubNotes
Operator step — no code diff. Provide the real LinkedIn URL + contact email and export a real
public/resume.pdfbefore this (resolve theTODO:markers).