Back to feed
Dev.to
Dev.to
6/25/2026
Building a Zero-Touch Resume Pipeline: Overleaf + GitHub Actions + Google Sites

Building a Zero-Touch Resume Pipeline: Overleaf + GitHub Actions + Google Sites

Short summary

Developer details building a zero-maintenance resume portfolio pipeline using Overleaf, GitHub, and Google Sites: edit LaTeX in Overleaf, push to GitHub, automatically compile to PDF with GitHub Actions CI/CD, and dynamically embed on your site using raw.githack.com proxy (bypasses CORS restrictions). Includes production-ready workflow code, edge-case handling with [skip ci] tags, and troubleshooting. Eliminates manual recompile, download, and upload friction.

  • Chains Overleaf → GitHub → GitHub Actions CI/CD → Google Sites for hands-off resume updates
  • Uses raw.githack.com proxy to bypass CORS restrictions when embedding PDFs in Google Sites
  • Provides complete workflow code with edge-case handling ([skip ci] tag prevents infinite CI loops)

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more