Skip to content

Update README.md

Update README.md #129

Workflow file for this run

name: Build and GH-Page Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install
run: npm i
- name: Build
run: npm run build
- name: Deploy to GH Page
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: build