Skip to content

Merge pull request #33 from iotum/jerry_hu/fix-bugs-and-clean-up-code #11

Merge pull request #33 from iotum/jerry_hu/fix-bugs-and-clean-up-code

Merge pull request #33 from iotum/jerry_hu/fix-bugs-and-clean-up-code #11

Workflow file for this run

name: Build and Deploy to GitHub Pages
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: gh-pages
folder: build