Skip to content

Update README.md

Update README.md #22

Workflow file for this run

name: Deploy To Github pages
permissions:
contents: write
on:
push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build
run: |
yarn
yarn build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist