Skip to content

Merge pull request #20 from rugpullgames/dependabot/npm_and_yarn/npm_… #176

Merge pull request #20 from rugpullgames/dependabot/npm_and_yarn/npm_…

Merge pull request #20 from rugpullgames/dependabot/npm_and_yarn/npm_… #176

Workflow file for this run

name: GitHub Pages Deploy
on:
push:
branches:
- "main"
env:
REACT_APP_WALLETCONNECTION_PROJECT_ID: ${{ secrets.REACT_APP_WALLETCONNECTION_PROJECT_ID }}
REACT_APP_MORALIS_API_KEY: ${{ secrets.REACT_APP_MORALIS_API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and bulld
run: npm i && npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.