Skip to content

Merge pull request #11 from ichiro-its/feature/using-grpc #6

Merge pull request #11 from ichiro-its/feature/using-grpc

Merge pull request #11 from ichiro-its/feature/using-grpc #6

name: Build and Deploy
on:
push:
branches: [master]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist