Skip to content

Add Github Actions workflow and changes to readme #1

Add Github Actions workflow and changes to readme

Add Github Actions workflow and changes to readme #1

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Deploy React app to GitHub Pages
uses: omkartapale/react-deployment-gh-pages@v1.0.0