Skip to content

docs: #40 替换子包的 README 以英文为主,中文为辅;增加双语更新日志 #242

docs: #40 替换子包的 README 以英文为主,中文为辅;增加双语更新日志

docs: #40 替换子包的 README 以英文为主,中文为辅;增加双语更新日志 #242

Workflow file for this run

name: Sync to Gitee
on:
push:
branches:
- '*'
tags:
- '*'
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Mirror action
uses: Yikun/hub-mirror-action@master
with:
src: github/vureact-js
dst: gitee/vureact-js
dst_token: ${{ secrets.GITEE_TOKEN }}
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
clone_style: 'ssh'
static_list: '${{ github.event.repository.name }}'
force_update: true