Skip to content

fix: typo

fix: typo #116

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
node-version: '16'
cache: 'npm'
- name: Setup ⚙
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- name: Install ⬇
run: npm install --legacy-peer-deps
- name: Build 🔨
run: npm run build
- name: Test 🧪
run: npm test
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build