Skip to content

custom participation keyreg form #424

custom participation keyreg form

custom participation keyreg form #424

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- name: Install and Build 🔧 # Install
run: |
npm install
- name: Install and Build 🔧 # Build
run: |
npm run build
- name: Install and Build 🔧 # Test
run: |
npm run test
- name: Deploy 🚀 # Deploy to gh-pages branch
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.