https://github.com/larsbergqvist/gh-actions-example
This repository is used for a demo regarding GitHub Actions and GitHub Pages, see https://thingsmatic.com/github-pages-and-github-actions/
https://github.com/larsbergqvist/gh-actions-example
angular github-actions github-pages
Last synced: 7 months ago
JSON representation
This repository is used for a demo regarding GitHub Actions and GitHub Pages, see https://thingsmatic.com/github-pages-and-github-actions/
- Host: GitHub
- URL: https://github.com/larsbergqvist/gh-actions-example
- Owner: LarsBergqvist
- License: mit
- Created: 2021-07-28T07:01:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T04:10:04.000Z (about 4 years ago)
- Last Synced: 2024-05-28T22:13:50.351Z (over 1 year ago)
- Topics: angular, github-actions, github-pages
- Language: TypeScript
- Homepage: https://larsbergqvist.github.io/gh-pages-example
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-actions-example
This repository is used for a demo regarding GitHub Actions and GitHub Pages, see https://thingsmatic.com/github-pages-and-github-actions/ .
The main branch contains an Angular application and a GitHub Actions workflow file. The workflow tests and builds the application and finally deploys it to GitHub Pages via the gh-pages branch in this repository.