Skip to content

Merge pull request #79 from SylentButDedly/master #74

Merge pull request #79 from SylentButDedly/master

Merge pull request #79 from SylentButDedly/master #74

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/checkout@v2
- name: Install and Build 🔧
run: |
yarn
yarn run build:ghp
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: dist