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
- Host: GitHub
- URL: https://github.com/slali87/buildanddeploytogithubpages
- Owner: slali87
- License: gpl-3.0
- Created: 2023-04-03T10:55:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T10:43:10.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:08:33.588Z (9 months ago)
- Topics: build, ci, deploy, gh-pages, git, github, github-actions, github-pages
- Homepage: https://slali87.github.io/BuildAndDeployToGitHubPages/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)