This repo is created to test the Github Actions to deploy this Simple react app created with create-react-app --template typescript
on github-pages.
Whenever any branch is merged in main branch or any changes pushed to the main branch this event should trigger the github-actions
-
๐ง Fist it should provision ubuntu-latest machine for our build process
-
๐ ๏ธ Then it should install the required packages and start the build process
-
๐ On completion of build it should deploy the
build
folder on thegh-pages
branch.