Skip to content

Merge pull request #329 from MARIE-js/add_feature_dma_display #12

Merge pull request #329 from MARIE-js/add_feature_dma_display

Merge pull request #329 from MARIE-js/add_feature_dma_display #12

name: Build and Deploy to Prod
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Push to gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.