Deploying a Vite app with GitHub Actions
GitHub Actions provides an easy way to integrate CD (Continuous Deployment) into your GitHub repo. In this article, I'll show you how to use it to deploy a Vite app onto GitHub Pages.
Prerequisites
I'm going to assume you have Node.js/npm installed a...
blog.codedbyjordan.com3 min read