GitHub Pages Deployments That Stop Being Confusing
Exact steps to deploy a static site to GitHub Pages, fix base path issues that cause broken assets, and verify the live URL works without 404s.
What is the github tag? The github tag collects 2 articles from Bradley Matera's portfolio covering github-related topics in web development, cloud engineering, and AI. Each article includes real project examples, code snippets, and verification steps — not generic tutorials.
2 articles spanning 25.0–01.0. Written by Bradley Matera, a web developer in Durand, Illinois, serving Northwest Illinois with website design, SEO, and full-stack development. Last updated 01.03.2025.
These 2 articles cover github-related topics from a practical, hands-on perspective. Each piece is based on real projects, experiments, or problems I solved — not theoretical overviews. You'll find code examples, before-and-after comparisons, and specific tools or techniques that worked in practice.
The following 2 articles are tagged “github”:
| Title | Date | Read time |
|---|---|---|
| GitHub Pages Deployments That Stop Being Confusing | 01.03.2025 | 9 min |
| GitHub Actions Basics: One CI Check You Can Trust | 25.02.2025 | 7 min |
Exact steps to deploy a static site to GitHub Pages, fix base path issues that cause broken assets, and verify the live URL works without 404s.
The minimal GitHub Actions CI workflow I drop into JavaScript projects: one runner, two commands, and a green check that verifies the build on every push.
Looking for more topics? Browse all tags or visit the blog index for the full archive.