Skip to content

refactor(docs): move editor service to docs-ui #8964

refactor(docs): move editor service to docs-ui

refactor(docs): move editor service to docs-ui #8964

Workflow file for this run

name: 📦 Build
on:
push:
branches: [dev]
pull_request:
branches: [dev]
permissions:
contents: read
jobs:
build:
if: github.repository == 'dream-num/univer'
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: 📦 Build
run: pnpm build:ci