Skip to content

chore (release v4.0.4) (#99) #62

chore (release v4.0.4) (#99)

chore (release v4.0.4) (#99) #62

name: Build and Deploy Docs
on:
push:
branches:
- main
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
yarn
yarn docs
- name: Deploy Docs 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: docs
folder: docs