Skip to content

perf(TiptapToolbar): ⚡ optimize performance overhead of items and… #480

perf(TiptapToolbar): ⚡ optimize performance overhead of items and…

perf(TiptapToolbar): ⚡ optimize performance overhead of items and… #480

Workflow file for this run

name: Example Page
on:
push:
branches: [master]
workflow_dispatch:
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
# pnpm: [8]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
with:
node-version: ${{ matrix.node }}
- name: Build Project
run: pnpm build:examples
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: ./dist
publish_branch: gh-pages # deploying branch