Skip to content

Add support for rendering diffs based on yarn plugin (#15) #11

Add support for rendering diffs based on yarn plugin (#15)

Add support for rendering diffs based on yarn plugin (#15) #11

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repository code
uses: actions/checkout@v2.3.1
- name: 🛠 Install dependencies
uses: bahmutov/npm-install@v1
- name: 🔥 Build
run: yarn build
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: build