Skip to content

Merge pull request #81 from SylentButDedly/master #78

Merge pull request #81 from SylentButDedly/master

Merge pull request #81 from SylentButDedly/master #78

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/[email protected]
with:
branch: gh-pages
folder: dist