Skip to content

Fix transitionState #27

Fix transitionState

Fix transitionState #27

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