Skip to content

Merge pull request #12 from ichiro-its/enhancement/specify-set-value-… #7

Merge pull request #12 from ichiro-its/enhancement/specify-set-value-…

Merge pull request #12 from ichiro-its/enhancement/specify-set-value-… #7

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