Automate your Hugo CV deployment with GitHub Actions (opens in new tab)
In this article we will see how to automate the build and deployment of a Hugo-based CV site hosted on GitHub Pages. No more running Hugo by hand, just git push and you're done. The purpose of this article is not to introduce Hugo or GitHub Pages from scratch, but instead to explain how to wire them together with GitHub Actions to get a clean, automated deployment pipeline for a developer CV site. 💡 My CV site is live at reservoircode.net so feel free to use it as a reference ! The context My...
Read the original article