Skip to content

Merge pull request #3 from consensys-vertical-apps/MMI-adds-custodian… #10

Merge pull request #3 from consensys-vertical-apps/MMI-adds-custodian…

Merge pull request #3 from consensys-vertical-apps/MMI-adds-custodian… #10

name: Publish Release
on:
push:
branches: [ main ]
jobs:
publish-release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get Node.js version
id: nvm
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- uses: actions/setup-node@v2
with:
node-version: ${{ steps.nvm.outputs.NODE_VERSION }}
- run: yarn setup
- run: yarn build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: public/
branch: gh-pages