Skip to content

Merge pull request #22 from kennhung/dependabot/npm_and_yarn/elliptic… #53

Merge pull request #22 from kennhung/dependabot/npm_and_yarn/elliptic…

Merge pull request #22 from kennhung/dependabot/npm_and_yarn/elliptic… #53

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- name: Install and Test
run: |
npm install --save --save-dev
- name: Build
run: npm run build --buildId=$GITHUB_SHA
- name: Build and Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build