Skip to content

docs(mock): 修复Mock组件文档中MockOptions配置表格中的表头错位. (#1837) #690

docs(mock): 修复Mock组件文档中MockOptions配置表格中的表头错位. (#1837)

docs(mock): 修复Mock组件文档中MockOptions配置表格中的表头错位. (#1837) #690

Workflow file for this run

name: mirror gitee
on: push
jobs:
to_gitee:
if: "!startsWith(github.event.head_commit.message, 'release')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:ng-alain/delon.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}