Deploy react app to github pages
ActionsAbout
v1.0.1
LatestBy tanwanimohit
Tags
(2)This Action will automate the process of building and depolying react app to gh-pages.
Add this action inside your Repository's Actions
name: React app deployment
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy react app to github pages
uses: tanwanimohit/deploy-react-to-ghpages@v1.0.2
Deploy react app to github pages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.