Skip to content

Update GitHub Pages workflow and package.json homepage #14

Update GitHub Pages workflow and package.json homepage

Update GitHub Pages workflow and package.json homepage #14

Workflow file for this run

name: Build and Deploy
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Deploy React app to GitHub Pages
uses: omkartapale/[email protected]