Skip to content

fix(docs): Remove React portal #159

fix(docs): Remove React portal

fix(docs): Remove React portal #159

name: Docs (test deployment)
on:
workflow_dispatch:
pull_request:
branches: [main]
paths: [website/**]
jobs:
test-deploy:
name: Build docs
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: website
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Build website
run: |
yarn install
yarn build