GitHub Pages · CI/CD
GitHub Pages CI/CD
Companion demo · automated deploy on every push
This page is hosted alongside njvanas.github.io and deploys automatically with GitHub Actions.
Scroll down to see how commits flow from push to live site.
CI/CD Pipeline Visualization
Watch how your code flows from commit to deployment
1. Code Commit
Developer pushes code to GitHub
Triggered
→
2. GitHub Actions
Workflow automatically starts
Running
→
3. Build & Test
Code is validated and prepared
Processing
→
4. Deploy
Site goes live on GitHub Pages
Deployed
Deployment Time
~2 minutes
Auto-Deploy
On every push to main
Status
Live & Running
About
What this demo shows and how it stays in sync with your repo.
This is a demonstration website showcasing automated deployment to GitHub Pages using GitHub Actions.
Every time you push changes to the main branch, GitHub Actions will automatically build and deploy your site.