Skip to content

fix(docs): fix SSR iframe rendering and hero image path #196

fix(docs): fix SSR iframe rendering and hero image path

fix(docs): fix SSR iframe rendering and hero image path #196

Workflow file for this run

name: Node CI
on:
push:
branches:
- next
- feat/**
pull_request:
branches:
- next
permissions:
contents: read # to fetch code (actions/checkout)
env:
NODE_OPTIONS: --openssl-legacy-provider
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm start
- name: build
run: pnpm build
- name: build
run: pnpm build:demo