Skip to content

Implements a simple CD pipeline based on GitHub Actions.

Notifications You must be signed in to change notification settings

slawekzachcial/pipelines-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pipelines: GitHub Actions

Pipelines - Actions

This project implements a simple Continuous Delivery Pipeline, based on GitHub Actions.

The repository is configured with GitHub Pages. The deployment consists of putting the content of the main branch into gh-pages branch which publishes it to the website.

Spell Check

The pipeline checks the spelling of all markdown files in this repository.

Link Check

The pipeline checks the links of all markdown files in this repository.

Git Tag Creation

The pipeline, when run on main branch, creates a new Git tag. The tag name is determined using Angular Commit Message Conventions.

Release Deployment

The pipeline, when run on main branch, deploys release by merging markdown files into gh-pages branch.

About

Implements a simple CD pipeline based on GitHub Actions.

Resources

Stars

Watchers

Forks

Packages

No packages published