Skip to content

React app deployment #4

React app deployment

React app deployment #4

Workflow file for this run

name: React app deployment
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy react app to github pages
uses: tanwanimohit/[email protected]
env:
CI: ""