Skip to content

docs: fix build

docs: fix build #98

Workflow file for this run

name: Deploy to gh-pages
on:
push:
branches: [master]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn install
yarn install --cwd example
yarn install --cwd docs
yarn --cwd docs build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/build