Luis Gallo
  • Home
  • Portfolio
  • About
  • Blog

GitHub Pages Deployment Cheat Sheet

Sep 5, 2025
Luis David
Luda
Sep 5, 2025
1 min read

Steps

  1. Push your site to a GitHub repo.
  2. Go to Settings → Pages → Deploy from GitHub Actions.
  3. Use an Astro GitHub Action (with: path: ./dist).
  4. Ensure correct site in astro.config.mjs.
  5. Test on https://username.github.io/repo/.

Notes

  • No SSR, only static files.
  • Use HashRouter in React/Vue if needed.
github-pages deployment cheatsheet
PreviousVercel & Netlify Deployment Cheat Sheet
NextAstro Basics Cheat Sheet

Want to work with me?

Let's build something together!

Github All posts
Copyright © 2025 Luis David Gallo Dawson.

Contact Me