Intro Hi, in this post I will demonstrate how I created a simple CI/CD pipeline using GitHub Actions to automate the deployment of this site. The idea is that whenever I push something to the main branch, it will automatically build and deploy this site. Runners A runner is basically the server where the pipeline will execute. There are two options here, you can use a GitHub-hosted runner, or a Self-hosted runner.