mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
17 lines
357 B
YAML
17 lines
357 B
YAML
name: Sync
|
|
|
|
on:
|
|
page_build
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Sync to Gitee
|
|
uses: wearerequired/git-mirror-action@master
|
|
env:
|
|
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
|
|
with:
|
|
source-repo: "git@github.com:doocs/md.git"
|
|
destination-repo: "git@gitee.com:Doocs/md.git"
|