Skip to content

Merge pull request #78 from SylentButDedly/deep-3 #73

Merge pull request #78 from SylentButDedly/deep-3

Merge pull request #78 from SylentButDedly/deep-3 #73

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