A static resume site built with plain HTML/CSS, deployed via GitHub Pages.
Once deployed, the site will be available at:
https://<your-github-username>.github.io/<repo-name>/
- Push this repo to GitHub
- Go to Settings → Pages
- Under Source, select GitHub Actions
- Push to
main— the workflow in.github/workflows/deploy.ymlhandles the rest
Just open index.html in your browser — no build step needed.