Skip to content

refactor(docs): refactor zen editor to use base-editor apis (#3551) #1784

refactor(docs): refactor zen editor to use base-editor apis (#3551)

refactor(docs): refactor zen editor to use base-editor apis (#3551) #1784

Workflow file for this run

name: 🔮 Sync Mirror
on:
push:
branches:
- main
- dev
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync Gitee
uses: jikkai/sync-gitee@main
with:
repository: dream-num/univer
username: ${{ secrets.GITEE_USERNAME }}
password: ${{ secrets.GITEE_PASSWORD }}
tags: true
branches: main dev