A basic HTML website with automated CI/CD pipeline using GitHub Actions.
- Static HTML website
- CSS styling
- GitHub Actions for CI/CD
- Automated deployment to GitHub Pages
- HTML validation in pipeline
- Fork or clone this repository
- Enable GitHub Pages in repository settings
- Push changes to main branch to trigger deployment
Open index.html in your browser to view the site locally.
The GitHub Actions workflow:
- Validates HTML syntax
- Runs on every push and pull request
- Automatically deploys to GitHub Pages on main branch
Once deployed, your site will be available at:
https://[username].github.io/[repository-name]