Skip to content

Update README.md (#62) #107

Update README.md (#62)

Update README.md (#62) #107

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🤖
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
npm i
npm run build:docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.8
with:
branch: gh-pages
folder: docs