Skip to content

Merge pull request #14 from kdn0325/chore/action-CI #5

Merge pull request #14 from kdn0325/chore/action-CI

Merge pull request #14 from kdn0325/chore/action-CI #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm ci
- run: npm run build --if-present
- run: npm run deploy