An open API service indexing awesome lists of open source software.

https://github.com/slali87/buildanddeploytogithubpages

Build and deploy to GitHub Pages
https://github.com/slali87/buildanddeploytogithubpages

build ci deploy gh-pages git github github-actions github-pages

Last synced: 7 months ago
JSON representation

Build and deploy to GitHub Pages

Awesome Lists containing this project

README

          

# **BuildAndDeployToGitHubPages**

## Welcome to **BuildAndDeployToGitHubPages**!

This is an example how to build and deploy to **GitHub Pages** using **GitHub Actions** (**CI.yml**). The **build** step is run on every branch, but the **deploy** step is run only on the **main** branch.
**Prerequisite**: the root folder of the **gh-pages** branch must be set as source in the **GitHub Pages** section on the **Settings** tab of the repository.

The results can be found here: [**BuildAndDeployToGitHubPages**](https://slali87.github.io/BuildAndDeployToGitHubPages/)