Skip to content

fix: Typo in README.md #106

fix: Typo in README.md

fix: Typo in README.md #106

Workflow file for this run

name: Deploy landing page
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.1