Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hootanht/resume
HootanHT Resume
https://github.com/hootanht/resume
dotnet dotnet-core hootanht resume
Last synced: about 2 months ago
JSON representation
HootanHT Resume
- Host: GitHub
- URL: https://github.com/hootanht/resume
- Owner: hootanht
- Created: 2020-04-01T08:33:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T04:14:29.000Z (3 months ago)
- Last Synced: 2024-10-15T03:10:04.457Z (2 months ago)
- Topics: dotnet, dotnet-core, hootanht, resume
- Language: HTML
- Homepage: https://hootanht.github.io/resume/
- Size: 53.3 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.