Skip to content

This repository offers a GitHub Actions workflow example to automatically deploy a static website to GitHub Pages when index.html changes in the main branch, demonstrating CI/CD basics.

Notifications You must be signed in to change notification settings

roadmap-sh-kzwolenik95/github-actions-deployment-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

The goal of this project is to help you learn the concepts of continuous integration and continuous deployment.
You will write a simple GitHub Actions workflow to deploy a static website to GitHub Pages.

How does it work?

There is a deployment configuration in .github/workflows/deploy.yml that is triggered on a push to the main branch. If you want to replicate this in your own GitHub repository:

  1. Fork the repository.
  2. Edit index.html to your liking.
  3. Push to the main branch.

Link to the deployed site

https://www.gh.kzwolenik.com/

Solution submission for the project:

https://roadmap.sh/projects/github-actions-deployment-workflow

About

This repository offers a GitHub Actions workflow example to automatically deploy a static website to GitHub Pages when index.html changes in the main branch, demonstrating CI/CD basics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages