Skip to content

新增水利水运工程学报样式(#301) #576

新增水利水运工程学报样式(#301)

新增水利水运工程学报样式(#301) #576

name: Sync To Gitee #名字 可自定义
on: [ push, delete, create ] #触发条件 page_build表示Github Page部署完成后触发
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@master #开源actions包
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "git@github.com:redleafnew/Chinese-STD-GB-T-7714-related-csl.git" # github仓库地址
destination-repo: "git@gitee.com:redleafnew00/Chinese-STD-GB-T-7714-related-csl.git" # gitee仓库地址