Skip to content

build: add deploy github action #1

build: add deploy github action

build: add deploy github action #1

Workflow file for this run

name: Deploy
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: npm install && npm build