Skip to content

maheshdk4/Sample1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple DevOps Project

A basic HTML website with automated CI/CD pipeline using GitHub Actions.

Features

  • Static HTML website
  • CSS styling
  • GitHub Actions for CI/CD
  • Automated deployment to GitHub Pages
  • HTML validation in pipeline

Setup

  1. Fork or clone this repository
  2. Enable GitHub Pages in repository settings
  3. Push changes to main branch to trigger deployment

Local Development

Open index.html in your browser to view the site locally.

CI/CD Pipeline

The GitHub Actions workflow:

  • Validates HTML syntax
  • Runs on every push and pull request
  • Automatically deploys to GitHub Pages on main branch

Live Site

Once deployed, your site will be available at: https://[username].github.io/[repository-name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors