Skip to content

Fix amount used to build the merklee tree on the client' #21

Fix amount used to build the merklee tree on the client'

Fix amount used to build the merklee tree on the client' #21

Workflow file for this run

name: Deploy
on:
push:
branches: master
paths:
- claim-gui/**
- tooling/_harvest/checkpoints/**
workflow_dispatch:
defaults:
run:
working-directory: ./claim-gui
jobs:
deploy:
runs-on: ubuntu-latest
env:
REACT_APP_INFURA_KEY: ${{ secrets.INFURA_API_KEY }}
REACT_APP_WALLET_CONNECT_ID: ${{ secrets.WALLET_CONNECT_ID }}
name: deploy claim-gui
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: "claim-gui/yarn.lock"
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Deploy to Github Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./claim-gui/build