Static website deployed automatically using GitHub Actions + GitHub Pages
CI/CD is a way to automate building and delivering software.
CI (Continuous Integration) means every push triggers automatic checks.
CD (Continuous Delivery/Deployment) means changes can be deployed automatically.
This reduces manual work and catches mistakes early.
It also makes updates faster, more reliable, and fully automated.
After I push code to the main branch, GitHub Actions runs a workflow.
It checks that the required files exist, then uploads the website files.
Finally, it deploys the site automatically to GitHub Pages.
Tip: click the button multiple times to see different messages.
Message
—