Skip to content

Merge pull request #284 from rchain-community/PatrickMockridge-Update… #58

Merge pull request #284 from rchain-community/PatrickMockridge-Update…

Merge pull request #284 from rchain-community/PatrickMockridge-Update… #58

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]
- name: Install and Build 🔧
run: |
npm install
npm run build
cp -r src/actions dist/
cp src/rgov-development.css dist/
cp src/favicon.ico dist/
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.