Skip to content

hootanht/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI/CD with GitHub Actions

This repository uses GitHub Actions to automate the CI/CD process. The workflow is configured to run on pushes to the main branch and deploys the project to GitHub Pages.

Triggering the CI/CD Pipeline

To trigger the CI/CD pipeline, simply push your changes to the main branch. The GitHub Actions workflow will automatically start and handle the build and deployment process.

Deployment to GitHub Pages

The project is deployed to GitHub Pages. After the CI/CD pipeline completes, the latest version of the project will be available on the GitHub Pages site for this repository.